Struct DigitalState
Represents a snapshot of the state of a digital port at a given time.
Assembly: Meadow.Contracts.dll
View Source
public struct DigitalState
Properties
State
The state of the port at the time of the event or notification.
true
== HIGH
. false
== LOW
View Source
public bool State { readonly get; set; }
Time
The time at the event or notification.
View Source
public DateTime Time { readonly get; set; }