Specifications

Table Of Contents
SDK software development | VI-88R development handbook
*IDBuffer, BYTE ptr, BYTE len, BYTE *Data);
Function: to write data into appointed address unit of tag byte by byte.
Input parameter:
hSacnner/hSocket: reader communication port handle
IDBuffer: ID number of tag to write
ptr: start address of tag memory to write(8223)
len: length of data block
that’s how many words to write
once(4Bytes/word)
Data: data to write
Note: (nAddress+nLen)
223
Address: RS485 networking address of readerAddress =0 no networking.
return: if function return value is OKit means write success, otherwise
failure reason.
Note: the command writes data into tag byte by byte, slow in speed.
Only used for tags not support previous write command.
3.2.4.6 Set write protection
apiReturn _stdcall ISO6B_WriteProtect(HANDLE hScanner, BYTE *IDBuffer,
BYTE ptr,int Address);
apiReturn _stdcall Net_ISO6B_WriteProtect(SOCKET hSocket, BYTE
*IDBuffer, BYTE ptr);
090909RevA|Page 90 of 97