FrameCaptureMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The FrameCaptureMode type exposes the following members.
Name | Description | |
---|---|---|
AllImages | All frames are retrieved | |
Decoded | Only decoded frames captured by the Scanner are retrieved | |
JniPeerMembers | To be added. | |
NotDecoded | Only not decoded frames captured by the Scanner are retrieved |
Name | Description | |
---|---|---|
FromOrdinal | ||
ValueOf | Returns the enum constant of this type with the specified name. | |
Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
DECODED | Only decoded frames captured by the Scanner are retrieved |
NOT_DECODED | Only not decoded frames captured by the Scanner are retrieved |
ALL_IMAGES | All frames are retrieved |