Specifications

Table Of Contents
SDK software development | VI-88R development handbook
Address: RS485 networking address of reader, Address =0 no networking.
return: if function return value is OK, it means set success, otherwise failure
reason.
3.2.2.15 Get time
apiReturn _stdcall GetReaderTime(HANDLE hScanner, ReaderDate
*time ,int Address) ;
apiReturn GetReaderTime(SOCKET hSocket, ReaderDate *time)
Function: to read time of reader.
Input parameter:
hSacnner/hSocket: reader communication handle
Address: RS485 networking address of readerAddress =0 no networking.
Output parameter:
time: return time of reader, 6bytes
return: if function return value is OKit means read success, otherwise
failure reason.
3.2.2.16 Get record
apiReturn _stdcall GetRecord(HANDLE hScanner, ReaderDate *stime,
ReaderDate *etime, int startaddr, int listlen, int *relistlen, int *taglen, BYTE
* data) ;
apiReturn _stdcall Net_GetRecord(SOCKET hSocket, ReaderDate *stime,
090909RevA|Page 81 of 97