public static enum DCSSDKDefs.DCSSDK_BT_PROTOCOL extends java.lang.Enum<DCSSDKDefs.DCSSDK_BT_PROTOCOL>
Enum Constant and Description |
---|
CRD_BT
Cradle - Classic Bluetooth
|
CRD_BT_LE
Cradle - Low Energy Bluetooth
|
HID_BT
Human Interface Device (HID) Keyboard BT Classic
|
HID_BT_LE
Human Interface Device (HID) Keyboard BT LE (Discoverable)
|
LEGACY_B
No change in scanner host mode.
|
SPP_BT_MASTER
Serial Port Profile (SPP) BT Classic (Non-Discoverable)
|
SPP_BT_SLAVE
Serial Port Profile (SPP) BT Classic (Discoverable)
|
SSI_BT_CRADLE_HOST
Simple Serial Interface (SSI) BT Classic (Non-Discoverable)
|
SSI_BT_LE
Simple Serial Interface (SSI) BT Low energy
|
SSI_BT_MFI
Simple Serial Interface (SSI) BT with MFi (iOS Support)
|
SSI_BT_SSI_SLAVE
Simple Serial Interface (SSI) BT Classic (Discoverable)
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
static DCSSDKDefs.DCSSDK_BT_PROTOCOL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_BT_PROTOCOL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SSI_BT_CRADLE_HOST
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SSI_BT_SSI_SLAVE
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SSI_BT_LE
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SSI_BT_MFI
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL CRD_BT
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL CRD_BT_LE
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL HID_BT
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL HID_BT_LE
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SPP_BT_MASTER
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL SPP_BT_SLAVE
public static final DCSSDKDefs.DCSSDK_BT_PROTOCOL LEGACY_B
public static DCSSDKDefs.DCSSDK_BT_PROTOCOL[] values()
for (DCSSDKDefs.DCSSDK_BT_PROTOCOL c : DCSSDKDefs.DCSSDK_BT_PROTOCOL.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_BT_PROTOCOL 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