Specifications

Table Of Contents
SDK software development | VI-88R development handbook
Input parameter:
hSacnner/hSocket: reader communication port handle
return: if function return value is OK, it means set success, otherwise failure
reason.
3.2.3 Network command
3.2.3.1 Set IP address for reader
apiReturn _stdcall SetReaderNetwork(HANDLE hScanner, BYTE
IP_Address[4], int Port, BYTE Mask[4], BYTE Gateway[4],int Address) ;
apiReturn _stdcall Net_SetReaderNetwork(SOCKET hSocket, BYTE
IP_Address[4], int Port, BYTE Mask[4], BYTE Gateway[4]);
Function: to set network IP address for reader.
Input parameter:
hSacnner/hSocket: reader communication port handle
IP_Address[4]: IP address of reader
Port: network port number of reader
Mask[4]: network IP address mask of reader
Gateway[4]: gateway of reader
Address: RS485 networking address of readerAddress =0 no networking.
Return: if function return value is OK, it means set success, otherwise
090909RevA|Page 83 of 97