public static enum BarcodeManager.DeviceIdentifier extends java.lang.Enum<BarcodeManager.DeviceIdentifier>
| Enum Constant and Description | 
|---|
BLUETOOTH_IMAGER_DS2278
First available Bluetooth imager DS2278 scanner 
 | 
BLUETOOTH_IMAGER_DS3678
First available Bluetooth imager DS3678 scanner 
 | 
BLUETOOTH_IMAGER_DS8178
First available Bluetooth imager DS8178 scanner 
 | 
BLUETOOTH_IMAGER_RS5100
First available Bluetooth imager RS5100 scanner 
 | 
BLUETOOTH_IMAGER_RS6000
First available Bluetooth imager RS6000 scanner 
 | 
BLUETOOTH_IMAGER1
First available Bluetooth imager scanner 
 | 
BLUETOOTH_LASER_LI3678
First available Bluetooth laser LI3678 scanner 
 | 
DEFAULT
Default scanner available on the device 
 | 
INTERNAL_CAMERA1
First available internal camera scanner 
 | 
INTERNAL_IMAGER1
First available internal imager scanner 
 | 
INTERNAL_LASER1
First available internal laser scanner 
 | 
PLUGGABLE_IMAGER_DS3608
First available Pluggable imager DS3608 scanner 
 | 
PLUGGABLE_IMAGER_RS5000
First available pluggable imager RS5000 scanner 
 | 
PLUGGABLE_LASER_LI3608
First available Pluggable laser LI3608 scanner 
 | 
PLUGGABLE_LASER1
First available pluggable laser scanner 
 | 
UNDEFINED
Scanner is undefined 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BarcodeManager.DeviceIdentifier | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BarcodeManager.DeviceIdentifier[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BarcodeManager.DeviceIdentifier DEFAULT
public static final BarcodeManager.DeviceIdentifier INTERNAL_CAMERA1
public static final BarcodeManager.DeviceIdentifier INTERNAL_IMAGER1
public static final BarcodeManager.DeviceIdentifier INTERNAL_LASER1
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER1
public static final BarcodeManager.DeviceIdentifier PLUGGABLE_LASER1
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER_RS6000
public static final BarcodeManager.DeviceIdentifier PLUGGABLE_IMAGER_RS5000
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER_DS3678
public static final BarcodeManager.DeviceIdentifier PLUGGABLE_IMAGER_DS3608
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_LASER_LI3678
public static final BarcodeManager.DeviceIdentifier PLUGGABLE_LASER_LI3608
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER_DS2278
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER_DS8178
public static final BarcodeManager.DeviceIdentifier BLUETOOTH_IMAGER_RS5100
public static final BarcodeManager.DeviceIdentifier UNDEFINED
public static BarcodeManager.DeviceIdentifier[] values()
for (BarcodeManager.DeviceIdentifier c : BarcodeManager.DeviceIdentifier.values()) System.out.println(c);
public static BarcodeManager.DeviceIdentifier 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