RFID API Documentation  1.0
Reference guide for RFID API
SERVER_INFO Struct Reference

This struct holds the timeout and version information related to the connection accepted. More...

Data Fields

UINT32 timeoutMilliseconds
 
RFID_VERSION version
 < Timeout in milliseconds. More...
 
PSEC_CONNECTION_INFO lpSecConInfo
 < RFIDAPI Version to be used. More...
 
LPVOID lpReserved [4-1]
 Reserved for future. More...
 

Detailed Description

This struct holds the timeout and version information related to the connection accepted.

Field Documentation

◆ timeoutMilliseconds

UINT32 SERVER_INFO::timeoutMilliseconds

◆ version

RFID_VERSION SERVER_INFO::version

< Timeout in milliseconds.

◆ lpSecConInfo

PSEC_CONNECTION_INFO SERVER_INFO::lpSecConInfo

< RFIDAPI Version to be used.

Secure connection parameters.

◆ lpReserved

LPVOID SERVER_INFO::lpReserved[4-1]

Reserved for future.