java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.input.DLKeyEvent |
DLKeyEvent defines the custom Datalogic's keycodes.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DLKeyEvent | KEYCODE_BARCODE | Datalogic Keycode to trigger a scanning session with the barcode scanner. | |||||||||
DLKeyEvent | KEYCODE_BATTERY_SWAP | Datalogic Keycode to trigger a battery swap request. | |||||||||
DLKeyEvent | KEYCODE_OCR_DECODE | Datalogic Keycode to trigger a Snap OCR scanning session with the barcode scanner. | |||||||||
DLKeyEvent | KEYCODE_PUSH_TO_TALK | Datalogic Keycode to trigger a Push-To-Talk (PTT) session. | |||||||||
DLKeyEvent | KEYCODE_SCANNER_INPUT_SWITCH | Datalogic Keycode to switch the scanner input from camera to scan engine. | |||||||||
DLKeyEvent | KEYCODE_UNKNOWN | Undefined keycode |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the array of all available DLKeyEvent.
| |||||||||||
Retrieves the corresponding DLKeyEvent value, from a valid integer.
| |||||||||||
Converts a DLKeyEvent to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Datalogic Keycode to trigger a scanning session with the barcode scanner. This value is determined based on the device platform.
Datalogic Keycode to trigger a battery swap request.
Datalogic Keycode to trigger a Snap OCR scanning session with the barcode scanner.
Datalogic Keycode to trigger a Push-To-Talk (PTT) session.
Datalogic Keycode to switch the scanner input from camera to scan engine.
Retrieves the array of all available DLKeyEvent.
Retrieves the corresponding DLKeyEvent value, from a valid integer.
value | : KeyCode value. |
---|
DLKeyEvent
: the corresponding DLKeyEvent.
Converts a DLKeyEvent to its integer corresponding value.
int
: value of the corresponding DLKeyEvent.