public class USBOperationMode
extends java.lang.Object
| Constructor and Description |
|---|
USBOperationMode()
Constructor
|
USBOperationMode(USB_OPERATION_MODE mode,
boolean allowLLRPConnectionOverride) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowLLRPConnectionOverride()
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.
|
USB_OPERATION_MODE |
getMode()
Gets the USB operation mode
|
void |
setAllowLLRPConnectionOverride(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.
|
void |
setMode(USB_OPERATION_MODE mode)
Sets the USB operation mode
|
public USBOperationMode()
public USBOperationMode(USB_OPERATION_MODE mode, boolean allowLLRPConnectionOverride)
mode - Specifies the USB operation modeallowLLRPConnectionOverride - 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 interfacepublic USB_OPERATION_MODE getMode()
public void setMode(USB_OPERATION_MODE mode)
public boolean getAllowLLRPConnectionOverride()
public void setAllowLLRPConnectionOverride(boolean allowLLRPConnectionOverride)