Enum TriState
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Allows an action to be set on or off or not specified to leave the current value unchanged
public enum TriState
- Extension Methods
Fields
[EnumExtension("off", "Off")] No = 1
TSL_TriState_NO - The value has been specified and is sent as 'off'
[EnumExtension("on", "On")] Yes = 0
TSL_TriState_YES - The value has been specified and is sent as 'on'