Skip to main content

Enum SignalType

Describes the type of electrical signal used.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum SignalType

Fields

Analog

The electrical signal can be any level within a given range of LOW to HIGH

View Source
Declaration
Analog = 0

Digital

The electrical signal can only be a LOW or HIGH value.

View Source
Declaration
Digital = 1