public static enum DCSSDKDefs.DCSSDK_CONN_TYPES extends java.lang.Enum<DCSSDKDefs.DCSSDK_CONN_TYPES>
| Enum Constant and Description |
|---|
DCSSDK_CONNTYPE_BT_LE
A particular scanner is in BT LE mode.
|
DCSSDK_CONNTYPE_BT_NORMAL
A particular scanner is in normal BT mode.
|
DCSSDK_CONNTYPE_INVALID
The SDK is unable to determine communication mode of a particular scanner.
|
DCSSDK_CONNTYPE_USB_SNAPI
A particular scanner is in USB SNAPI mode.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static DCSSDKDefs.DCSSDK_CONN_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_CONN_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_CONN_TYPES DCSSDK_CONNTYPE_INVALID
public static final DCSSDKDefs.DCSSDK_CONN_TYPES DCSSDK_CONNTYPE_BT_NORMAL
public static final DCSSDKDefs.DCSSDK_CONN_TYPES DCSSDK_CONNTYPE_USB_SNAPI
public static final DCSSDKDefs.DCSSDK_CONN_TYPES DCSSDK_CONNTYPE_BT_LE
public static DCSSDKDefs.DCSSDK_CONN_TYPES[] values()
for (DCSSDKDefs.DCSSDK_CONN_TYPES c : DCSSDKDefs.DCSSDK_CONN_TYPES.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_CONN_TYPES 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