Package | Description |
---|---|
com.cloudpos.advance.ext.scanner |
This package provides access to Barcode Scanner operations.
|
Modifier and Type | Method and Description |
---|---|
IScannerDevice.ScanType |
IScannerDevice.getScanType(int index) |
static IScannerDevice.ScanType |
IScannerDevice.ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IScannerDevice.ScanType[] |
IScannerDevice.ScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|