Package com.zebra.scannercontrol
Enum Class DCSSDKDefs.DCSSDK_BT_PROTOCOL
java.lang.Object
java.lang.Enum<DCSSDKDefs.DCSSDK_BT_PROTOCOL>
com.zebra.scannercontrol.DCSSDKDefs.DCSSDK_BT_PROTOCOL
- All Implemented Interfaces:
Serializable
,Comparable<DCSSDKDefs.DCSSDK_BT_PROTOCOL>
,Constable
- Enclosing class:
DCSSDKDefs
Bluetooth Protocol to be used in pairing barcode. Legacy B format will not change the scanners com protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCradle - Classic BluetoothCradle - Low Energy BluetoothHuman Interface Device (HID) Keyboard BT ClassicHuman Interface Device (HID) Keyboard BT LE (Discoverable)No change in scanner host mode.Serial Port Profile (SPP) BT Classic (Non-Discoverable)Serial Port Profile (SPP) BT Classic (Discoverable)Simple Serial Interface (SSI) BT Classic (Non-Discoverable)Simple Serial Interface (SSI) BT Low energySimple Serial Interface (SSI) BT with MFi (iOS Support)Simple Serial Interface (SSI) BT Classic (Discoverable) -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DCSSDKDefs.DCSSDK_BT_PROTOCOL[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SSI_BT_CRADLE_HOST
Simple Serial Interface (SSI) BT Classic (Non-Discoverable) -
SSI_BT_SSI_SLAVE
Simple Serial Interface (SSI) BT Classic (Discoverable) -
SSI_BT_LE
Simple Serial Interface (SSI) BT Low energy -
SSI_BT_MFI
Simple Serial Interface (SSI) BT with MFi (iOS Support) -
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) -
SPP_BT_MASTER
Serial Port Profile (SPP) BT Classic (Non-Discoverable) -
SPP_BT_SLAVE
Serial Port Profile (SPP) BT Classic (Discoverable) -
LEGACY_B
No change in scanner host mode. Only paring information.
-
-
Field Details
-
value
public int value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-