Enum TriggerMode
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The trigger modes available when in HID mode
public enum TriggerMode
- Extension Methods
Fields
[EnumExtension("1", "Read Until")] ReadUntil = 1
Read Until, the trigger executes the command until the command succeeds (OK:) or the trigger is released
[EnumExtension("0", "Single Shot")] SingleShot = 0
Single Shot, The trigger cancels after one execution of the trigger command
[EnumExtension("2", "While pressed")] WhilePressed = 2
While pressed, the trigger executes the command until the trigger is released