public static enum DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG extends java.lang.Enum<DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG>
Enum Constant and Description |
---|
KEEP_CURRENT
Keep current configuration
|
RESTORE_FACTORY_DEFAULTS
Restore factory defaults
|
SET_FACTORY_DEFAULTS
Set scanner to factory defaults
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
static DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG KEEP_CURRENT
public static final DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG SET_FACTORY_DEFAULTS
public static final DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG RESTORE_FACTORY_DEFAULTS
public static DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG[] values()
for (DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG c : DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_BT_SCANNER_CONFIG 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