Skip to main content

Class FtdiExpander.DigitalInputPort

Assembly: Ft2xxx.dll
View Source
Declaration
public sealed class FtdiExpander.DigitalInputPort : DigitalInputPortBase, IDigitalInputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable

Inheritance: System.Object -> Meadow.Hardware.PortBase<Meadow.Hardware.IDigitalChannelInfo> -> Meadow.Hardware.DigitalPortBase -> Meadow.Hardware.DigitalInputPortBase

Implements:
Meadow.Hardware.IDigitalInputPort, Meadow.Hardware.IDigitalPort, Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>, System.IDisposable

Properties

Resistor

Gets or sets the internal resistor mode of the port

View Source
Declaration
public override ResistorMode Resistor { get; set; }

State

Gets the current state of the port

View Source
Declaration
public override bool State { get; }

Implements

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