Class Cp2112DigitalOutputPort
Digital output port for CP2112 devices.
Assembly: Cp2112.dll
View Source
public sealed class Cp2112DigitalOutputPort : 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
Gets or sets the state of the digital output port.
View Source
public override bool State { get; set; }
Implements
Meadow.Hardware.IDigitalOutputPort
Meadow.Hardware.IDigitalPort
Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
System.IDisposable