public static enum DCSSDKDefs.DCSSDK_MODE extends java.lang.Enum<DCSSDKDefs.DCSSDK_MODE>
| Enum Constant and Description |
|---|
DCSSDK_OPMODE_BT_LE
The SDK is able to communicate BT LE scanners.
|
DCSSDK_OPMODE_BT_NORMAL
The SDK is able to communicate Bluetooth scanners.
|
DCSSDK_OPMODE_DISABLED
The SDK is not able to communicate with scanners.
|
DCSSDK_OPMODE_SNAPI
The SDK is able to communicate USB SNAPI scanners.
|
DCSSDK_OPMODE_USB_CDC
The SDK is able to communicate USB CDC scanners.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static DCSSDKDefs.DCSSDK_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_MODE DCSSDK_OPMODE_DISABLED
public static final DCSSDKDefs.DCSSDK_MODE DCSSDK_OPMODE_BT_NORMAL
public static final DCSSDKDefs.DCSSDK_MODE DCSSDK_OPMODE_SNAPI
public static final DCSSDKDefs.DCSSDK_MODE DCSSDK_OPMODE_BT_LE
public static final DCSSDKDefs.DCSSDK_MODE DCSSDK_OPMODE_USB_CDC
public static DCSSDKDefs.DCSSDK_MODE[] values()
for (DCSSDKDefs.DCSSDK_MODE c : DCSSDKDefs.DCSSDK_MODE.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_MODE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null