Specifications

Table Of Contents
SDK software development | VI-88R development handbook
len: length of mask(unit:Bit)
mask: mask(unit:Byte)if len/8 is integerlength of mask is len/8if len/8
is not integer,length of mask is len/8+1. Last byte data of mask in
high-order position, zero fill in low-order position.
Address: RS485 networking address of readerAddress =0 no networking.
Output parameter:
IDBuffer: EPC number of tag by read
NCounter: tag count by read
return: if function return value is OKit means identify success, otherwise
failure reason.
Note: LEN=0, to identify all readable tag ID in antenna radiation
field.
3.2.5.2 Read a block data
apiReturn _stdcall EPC1G2_ReadWordBlock(HANDLE hScanner, BYTE
EPC_WORD, BYTE *IDBuffer, BYTE mem, BYTE ptr, BYTE len, BYTE *Data,
BYTE *AccessPassword,int Address);
apiReturn _stdcall Net_EPC1G2_ReadWordBlock(SOCKET hSocket, BYTE
EPC_WORD, BYTE *IDBuffer, BYTE mem, BYTE ptr, BYTE len, BYTE *Data,
BYTE *AccessPassword);
Function: to read data in a section of continous address of tag.
Input parameter:
090909RevA|Page 93 of 97