Specifications

Table Of Contents
SDK software development | VI-88R development handbook
Function: to set write protect for appointed address unit of appointed tag.
Input parameter:
hSacnner/hSocket: reader communication port handle
IDBuffer: ID number of tag to write
ptr: memory address of tag to set write protect(8223)
Address: RS485 networking address of readerAddress =0 no networking.
return: if function return value is OK, it means set success, otherwise failure
reason.
3.2.4.7 Read write protection
apiReturn _stdcall ISO6B_ReadWriteProtect(HANDLE hScanner, BYTE
*IDBuffer, BYTE ptr, BYTE *Protected,int Address);
apiReturn _stdcall Net_ISO6B_ReadWriteProtect(SOCKET hSocket, BYTE
*IDBuffer, BYTE ptr, BYTE *Protected);
Function: to read if the appointed address unit of appointed tag is set write
protect.
Input parameter:
hSacnner/hSocket: reader communication port handle
IDBuffer: ID number of tag to write
ptr: memory address of tag to read write protection state (0223)
090909RevA|Page 91 of 97