java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.FrameCaptureMode |
The FrameCaptureMode
is an enumeration defining the operating frame
capture mode.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FrameCaptureMode | ALL_IMAGES | All frames are retrieved | |||||||||
FrameCaptureMode | DECODED | Only decoded frames captured by the Scanner are retrieved | |||||||||
FrameCaptureMode | NOT_DECODED | Only not decoded frames captured by the Scanner are retrieved |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Only decoded frames captured by the Scanner are retrieved
Only not decoded frames captured by the Scanner are retrieved