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's Android keycode meant to represent the scan request button. | |||||||||
DLKeyEvent | KEYCODE_BATTERY_SWAP | Datalogic's android keycode meant to represent the battery swap request button. | |||||||||
DLKeyEvent | KEYCODE_PUSH_TO_TALK | Datalogic's android keycode meant to represent the PTT button. | |||||||||
DLKeyEvent | KEYCODE_SCANNER_INPUT_SWITCH | Datalogic's android keycode meant to represent the request to switch the scanner input from camera to scan engine. | |||||||||
DLKeyEvent | KEYCODE_UNKNOWN | Datalogic's Android keycode meant to represent 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Datalogic's Android keycode meant to represent the scan request button.
Datalogic's android keycode meant to represent the battery swap request button.
Datalogic's android keycode meant to represent the PTT button.
Datalogic's android keycode meant to represent the request to switch the scanner input from camera to scan engine.
Datalogic's Android keycode meant to represent Undefined keycode
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.