Skip to main content

Struct DigitalState

Represents a snapshot of the state of a digital port at a given time.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public struct DigitalState

Properties

State

The state of the port at the time of the event or notification. true == HIGH. false == LOW

View Source
Declaration
public bool State { readonly get; set; }

Time

The time at the event or notification.

View Source
Declaration
public int Time { readonly get; set; }