Specifications

Table Of Contents
SDK software development | VI-88R development handbook
failure reason.
3.2.4.3 Read data block
apiReturn ISO6B_ReadByteBlock(HANDLE hScanner, BYTE *IDBuffer, BYTE
ptr, BYTE len,BYTE *Data,int Address)
apiReturn _stdcall Net_ISO6B_ReadByteBlock(SOCKET hSocket, BYTE
*IDBuffer, BYTE ptr, BYTE len,BYTE *Data);
Function: to read data in a section of continous memory of tag.
Input parameter:
hSacnner/hSocket: reader communication port handle
IDBuffer: ID number of tag to read
ptr: start addess of tag memory to read(0223 Byte)
len: length of data block, that’s how many bytes for once reading(Byte)
Address: RS485 networking address of reader
Address =0 no networking.
Output parameter:
Data: return data by reading
Note: nLen shall be
32. (nAddress+nLen) 223
Return: if function return value is OK, it means read success, otherwise
failure reason.
3.2.4.4 Write data block
090909RevA|Page 88 of 97