java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.PresentationState |
PresentationState
is an enumeration class defining constants for presentation mode states.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PresentationState | DISABLED | Presentation mode is disabled. | |||||||||
PresentationState | READY | Presentation mode is armed and ready to detect motion. | |||||||||
PresentationState | SCANNING | Presentation mode is decoding. | |||||||||
PresentationState | WAITING | Presentation mode is waiting for a stable condition. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Presentation mode is armed and ready to detect motion.
Presentation mode is decoding. When the device detects a motion in READY
state, it switches to SCANNING
starting the decoding system. It keeps in this state until a decode result or the decode timeout expired. When the
decoding system switch off the device moves to the WAITING
state.
Presentation mode is waiting for a stable condition. In this state the system cannot detect motion. To avoid unwanted
activations it is important that the system could identify a static condition (device not moving and no objects in motion in front of the scan egine). When the device detects a stable condition it switches from
WAITING
to READY
.