Specifications

Table Of Contents
SDK software development | VI-88R development handbook
apiReturn _stdcall ISO6B_ListSelectedID(HANDLE hScanner, int Cmd, int
ptr, BYTE Mask, BYTE *Data, BYTE *IDBuffer, int *nCounter,int Address) ;
apiReturn _stdcall Net_ISO6B_ListSelectedID(SOCKET hSocket, int Cmd,
int ptr, BYTE Mask, BYTE *Data, BYTE *IDBuffer, int *nCounter);
Function: to read ID number of selected tags in antenna radiation field.
Input parameter:
hSacnner/hSocket: reader communication port handle
Cmd: condition of selected tag
00
Equal to
01 Unequal to
02 Greater than
03 Less than
ptr: start address of tag data, value 0223
Mask: data maskeach bit of the byte is corresponding to a comparative bit.
0 means the byte not for comparison1 means the byte for comparison.
Data: data to compare
Address: RS485 networking address of readerAddress =0 no networking.
Output parameter:
nCounter: return tag count by actual reading ID number
IDBuffer: store ID number of tag by reading in cache
return: if function return value is OK, it means identify success, otherwise
090909RevA|Page 87 of 97