Table of Contents

Enum SwitchState

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Defines the switch current state

public enum SwitchState
Extension Methods

Fields

[EnumExtension("double", "Double press")] Double = 2

Switch is on in double press

[EnumExtension("off", "Off")] Off = 0

Switch is off / not pressed

[EnumExtension("single", "Single press")] Single = 1

Switch in on in single press