| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.BeamMode | |
The BeamMode is an enumeration defining the operating beam
mode. This enumeration applies both for scanner targeting pattern and
laser/long range spot beam.
The type is one of:
| TARGET_TIMEOUT | Turn off targeting pattern after timeout |
| RELEASE_SCAN | Turn off targeting pattern after trigger release |
| HALF_TRIGGER | Turn on or off targeting pattern depending on HALF_TRIGGER keycode press or release |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BeamMode | HALF_TRIGGER | The press or release of the HALF_TRIGGER keycode turns on or off the aiming pattern | |||||||||
| BeamMode | RELEASE_SCAN | The release of scan button turns off the aiming pattern | |||||||||
| BeamMode | TARGET_TIMEOUT | A timeout turns off the aiming pattern | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The press or release of the HALF_TRIGGER keycode turns on or off the aiming pattern
The release of scan button turns off the aiming pattern
A timeout turns off the aiming pattern