Specifications

Table Of Contents
SDK software development | VI-88R development handbook
return: if function return value is OK, it means set success, otherwise failure
reason.
3.2.4 Read write ISO18000-6B function
3.2.4.1 Identify tag ID number
apiReturn _stdcall ISO6B_ReadLabelID(HANDLE hScanner, BYTE *IDBuffer,
int *nCounter,int Address) ;
apiReturn _stdcall Net_ISO6B_ReadLabelID(SOCKET hSocket, BYTE
*IDBuffer, int *nCounter);
Function: to read all ID number of all readable tags in antenna radiation
field.
Input parameter:
hSacnner/hSocket: reader communication port handle
output parameter:
nCounter: return tag count by actual reading ID number
IDBuffer: store ID number of tag by reading in cache
Address: RS485 networking address of readerAddress =0 no networking.
return: if function return value is OK, it means identify success, otherwise
failure reason.
3.2.4.2 Identify selected tag ID number
090909RevA|Page 86 of 97