ScanMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The ScanMode type exposes the following members.
Name | Description | |
---|---|---|
AlwaysOn | The scanner will be always enabled, scanning continuously. | |
HoldMultiple | Multiple scans by keeping the trigger pressed. | |
JniPeerMembers | To be added. | |
PulseMultiple | Multiple scans until the trigger is released and pressed again. | |
Single | Single scan. |
Name | Description | |
---|---|---|
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. |
SINGLE | When pressing the trigger or virtually starting the decoder, the device will scan until a barcode is read, the timeout has been reached, the trigger is released or the decoder has been virtually stopped. |
HOLD_MULTIPLE | When pressing the trigger or virtually starting the decoder, the device will scan continuously until the timeout from the last decoding result has been reached, the trigger is released or the decoder has been virtually stopped. |
PULSE_MULTIPLE | Works similarly to HOLD_MULTIPLE but the scan is stopped after releasing and pressing back the trigger. When virtually starting the decoder the behavior is the same as HOLD_MULTIPLE. |
ALWAYS_ON | Scanning is always enabled when this option is selected. In this case, scanner properties different from the ScanMode cannot be applied until the scan mode is set to a different value. |