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

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

Data Fields

BOOLEAN isClient
 Configure LLRP as a client. More...
 
UINT32 port
 LLRP Server's port number. More...
 
WCHAR hostServerIP [MAX_PATH]
 IP address of the LLRP server the reader needs to connect to while in client mode. More...
 
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_CONFIGW::isClient

Configure LLRP as a client.

◆ port

UINT32 LLRP_CONNECTION_CONFIGW::port

LLRP Server's port number.

◆ hostServerIP

WCHAR LLRP_CONNECTION_CONFIGW::hostServerIP[MAX_PATH]

IP address of the LLRP server the reader needs to connect to while in client mode.

◆ pSecureModeConfig

LPSEC_LLRP_CONFIG LLRP_CONNECTION_CONFIGW::pSecureModeConfig

Configurations for LLRP secure mode operation.

◆ lpReserved

LPVOID LLRP_CONNECTION_CONFIGW::lpReserved[6-1]

Reserved for future.1 used for pSecureModeConfig.