Class USBOperationMode
This class provides information of the reader's USB operation mode.
Inheritance
System.Object
USBOperationMode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class USBOperationMode
Constructors
USBOperationMode()
Constructor
Declaration
public USBOperationMode()
USBOperationMode(USB_OPERATION_MODE, Boolean)
Declaration
public USBOperationMode(USB_OPERATION_MODE mode, bool allowLLRPConnectionOverride)
Parameters
| Type | Name | Description |
|---|---|---|
| USB_OPERATION_MODE | mode | Specifies the USB operation mode |
| System.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. |
Properties
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.
Declaration
public bool AllowLLRPConnectionOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Mode
Specifies the USB operation mode
Declaration
public USB_OPERATION_MODE Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| USB_OPERATION_MODE |