Enum TriggerMode
- Namespace
- Iot.Device.AtomQrCode
- Assembly
- Iot.Device.AtomQrCode.dll
Trigger mode for the scanner.
public enum TriggerMode
Fields
Autosensing = 5
The scan engine will detect the brightness of the surrounding area. A reading will be triggered when the brightness changes.
Continuous = 4
The reader will start decoding continuously.
Host = 1
Host mode. Scanning has to be started and stopped programatically.
KeyHold = 2
Press a button to start the reading and release the button to stop reading. Reading will also stop on successful reading or upon successful reading timeout.
KeyPress = 3
Press a button momentarily to start reading. Press it again momentarily to stop reading. Reading will also stop on successful reading or upon successful reading timeout.
None = 0
No scan mode selected.