Enum IOType
The type of IOLine
Assembly: Brainboxes.IO.dll
View Source
Declaration
public enum IOType
Fields
Digital
Digital IOLine
View Source
Declaration
Digital = 0
Analog
Analog IOLine
View Source
Declaration
Analog = 1
Relay
Relay, note from a programming perspective this is the same as a digital input line
View Source
Declaration
Relay = 0