Characteristic | Locus |
---|---|
Inherited Members | IPort<IDigitalChannelInfo>.Channel IPort<IDigitalChannelInfo>.Pin IDisposable.Dispose() |
Namespace | Meadow.Hardware |
Assembly | Meadow.Contracts.dll |
Syntax
public interface IDigitalOutputPort : IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable
Properties
InitialState
Gets the initial state of the port, either low (false) or high (true), as typically configured during the port's constructor.
Declaration
bool InitialState { get; }
Property Value
Type | Description |
---|---|
bool |
State
Gets or sets the state of the port.
Declaration
bool State { get; set; }
Property Value
Type | Description |
---|---|
bool |
|