Skip to main content

Class Mcp23xxx.DigitalOutputPort

Represents an Mcp23xxx DigitalOutputPort

Assembly: Mcp23xxx.dll
View Source
Declaration
public class Mcp23xxx.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 Mcp23xxx.DigitalOutputPort.SetPinStateDelegate SetPinState

Implements

  • Meadow.Hardware.IDigitalOutputPort
  • Meadow.Hardware.IDigitalPort
  • Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
  • System.IDisposable