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

This struct get the current LLRP Connection status. More...

Data Fields

BOOLEAN isConnected
 LLRP Connection status. More...
 
WCHAR clientIPAddress [MAX_PATH]
 IP Address of the Client connected to LLRP. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct get the current LLRP Connection status.

Field Documentation

◆ isConnected

BOOLEAN LLRP_CONNECTION_STATUSW::isConnected

LLRP Connection status.

◆ clientIPAddress

WCHAR LLRP_CONNECTION_STATUSW::clientIPAddress[MAX_PATH]

IP Address of the Client connected to LLRP.

To be ignored if LLRPConnectStatus is false

◆ lpReserved

LPVOID LLRP_CONNECTION_STATUSW::lpReserved[4]

Reserved for future.