Class Ads1263.DigitalOutputPort
Represents an Ads1263 DigitalOutputPort
Assembly: Ads1263.dll
View Source
Declaration
public class Ads1263.DigitalOutputPort : DigitalOutputPortBase, IDigitalOutputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable
Inheritance: System.Object
-> Meadow.Hardware.PortBase<Meadow.Hardware.IDigitalChannelInfo>
-> Meadow.Hardware.DigitalPortBase
-> Meadow.Hardware.DigitalOutputPortBase
Implements:
Meadow.Hardware.IDigitalOutputPort
, Meadow.Hardware.IDigitalPort
, Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
, System.IDisposable
Properties
State
The port state True for high, false for low
View Source
Declaration
public override bool State { get; set; }
Fields
SetPinState
The SetPinState delegate
View Source
Declaration
public Ads1263.DigitalOutputPort.SetPinStateDelegate SetPinState
Implements
Meadow.Hardware.IDigitalOutputPort
Meadow.Hardware.IDigitalPort
Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
System.IDisposable