Enum SignalType
Describes the type of electrical signal used.
Assembly: Meadow.Contracts.dll
View Source
public enum SignalType
Fields
Analog
The electrical signal can be any level within a given range of LOW
to HIGH
View Source
Analog = 0
Digital
The electrical signal can only be a LOW
or HIGH
value.
View Source
Digital = 1