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

This struct configures the parameters for LLRP Server/Client connectivity. More...

Data Fields

BOOLEAN isClient
 
UINT32 port
 
CHAR hostServerIP [MAX_PATH]
 
LPSEC_LLRP_CONFIG pSecureModeConfig
 Configurations for LLRP secure mode operation. More...
 
LPVOID lpReserved [6-1]
 Reserved for future.1 used for pSecureModeConfig. More...
 

Detailed Description

This struct configures the parameters for LLRP Server/Client connectivity.

Field Documentation

◆ isClient

BOOLEAN LLRP_CONNECTION_CONFIGA::isClient

◆ port

UINT32 LLRP_CONNECTION_CONFIGA::port

◆ hostServerIP

CHAR LLRP_CONNECTION_CONFIGA::hostServerIP[MAX_PATH]

◆ pSecureModeConfig

LPSEC_LLRP_CONFIG LLRP_CONNECTION_CONFIGA::pSecureModeConfig

Configurations for LLRP secure mode operation.

◆ lpReserved

LPVOID LLRP_CONNECTION_CONFIGA::lpReserved[6-1]

Reserved for future.1 used for pSecureModeConfig.