public static enum BarcodeManager.DeviceIdentifier extends Enum<BarcodeManager.DeviceIdentifier>
| Enum Constant and Description | 
|---|
BLUETOOTH_IMAGER_RS6000
First available Bluetooth imager RS6000 scanner 
 | 
BLUETOOTH_IMAGER1
First available Bluetooth imager 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_LASER1
First available pluggable laser scanner 
 | 
UNDEFINED
Scanner is undefined 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BarcodeManager.DeviceIdentifier | 
valueOf(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 UNDEFINED
public static BarcodeManager.DeviceIdentifier[] values()
for (BarcodeManager.DeviceIdentifier c : BarcodeManager.DeviceIdentifier.values()) System.out.println(c);
public static BarcodeManager.DeviceIdentifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null