public static enum ScanAndPairConfig.DeviceIdentifier extends Enum<ScanAndPairConfig.DeviceIdentifier>
| Enum Constant and Description | 
|---|
BLUETOOTH_IMAGER1
Use first available Bluetooth imager. 
 | 
DEFAULT
Use default scanner. 
 | 
INTERNAL_CAMERA1
Use first available camera 
 | 
INTERNAL_IMAGER1
Use first available imager 
 | 
INTERNAL_LASER1
Use first available laser scanner 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScanAndPairConfig.DeviceIdentifier | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScanAndPairConfig.DeviceIdentifier[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ScanAndPairConfig.DeviceIdentifier INTERNAL_CAMERA1
public static final ScanAndPairConfig.DeviceIdentifier INTERNAL_IMAGER1
public static final ScanAndPairConfig.DeviceIdentifier INTERNAL_LASER1
public static final ScanAndPairConfig.DeviceIdentifier BLUETOOTH_IMAGER1
public static final ScanAndPairConfig.DeviceIdentifier DEFAULT
public static ScanAndPairConfig.DeviceIdentifier[] values()
for (ScanAndPairConfig.DeviceIdentifier c : ScanAndPairConfig.DeviceIdentifier.values()) System.out.println(c);
public static ScanAndPairConfig.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