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

This struct provides information of the reader's USB operation mode. More...

Data Fields

USB_OPERATION_MODE mode
 Specifies the USB operation mode. More...
 
BOOLEAN allowLLRPConnectionOverride
 When mode is NETWORK, it is possible for a different client connecting via the USB interface to override an LLRP client is connected over the primary interface. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct provides information of the reader's USB operation mode.

Field Documentation

◆ mode

USB_OPERATION_MODE USB_OPERATION_INFO::mode

Specifies the USB operation mode.

◆ allowLLRPConnectionOverride

BOOLEAN USB_OPERATION_INFO::allowLLRPConnectionOverride

When mode is NETWORK, it is possible for a different client connecting via the USB interface to override an LLRP client is connected over the primary interface.

◆ lpReserved

LPVOID USB_OPERATION_INFO::lpReserved[4]

Reserved for future.