Specifications

Table Of Contents
SDK software development | VI-88R development handbook
apiReturn _stdcall ISO6B_WriteByteBlock(HANDLE hScanner, BYTE
*IDBuffer, BYTE ptr, BYTE len, BYTE *Data,int Address) ;
apiReturn _stdcall Net_ISO6B_WriteByteBlock(SOCKET hSocket, BYTE
*IDBuffer, BYTE ptr, BYTE len, BYTE *Data);
Function: to write data into appointed address unit of tag
Input parameter:
hSacnner/hSocket: reader communication port handle
IDBuffer: ID number of tag to write
ptr: start address of tag memory to write(8
223)
len: length of data block, that how many words for once
wirting(4Bytes/word)
Data: data to write
Note: ptr shall be integral multiple of 4. (nAddress+nLen)
223.
Address: RS485 networking address of reader
Address =0 no networking.
return: if function return value is OKit means write success, otherwise
failure reason.
3.2.4.5 Slow write data block
apiReturn _stdcall ISO6B_WriteAByte(HANDLE hScanner, BYTE *IDBuffer,
BYTE ptr, BYTE len, BYTE *Data,int Address);
apiReturn _stdcall Net_ISO6B_WriteAByte(SOCKET hSocket, BYTE
090909RevA|Page 89 of 97