java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.AutoScanTriggerRange |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AutoScanTriggerRange | CUSTOM_RANGE | Custom range; configurable by means of KEYBOARD_AUTOSCAN_TRIGGER_CUSTOM_LOW_THRESHOLD
and KEYBOARD_AUTOSCAN_TRIGGER_CUSTOM_HIGH_THRESHOLD properties. |
|||||||||
AutoScanTriggerRange | FAR_RANGE | Far range. | |||||||||
AutoScanTriggerRange | INTERMEDIATE_RANGE | Intermediate range. | |||||||||
AutoScanTriggerRange | NEAR_RANGE | Near range. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding AutoScanTriggerRange value, from a valid integer.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Custom range; configurable by means of KEYBOARD_AUTOSCAN_TRIGGER_CUSTOM_LOW_THRESHOLD
and KEYBOARD_AUTOSCAN_TRIGGER_CUSTOM_HIGH_THRESHOLD
properties.
Intermediate range.
Retrieves the corresponding AutoScanTriggerRange value, from a valid integer.
n | int |
---|