Class SerialWombatBase.DigitalInputPort
Serial Wombat DigitalInputPort
Assembly: SerialWombat.dll
View Source
public class SerialWombatBase.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
State
The port state
View Source
public override bool State { get; }
Resistor
The port resistor mode
View Source
public override ResistorMode Resistor { get; set; }
Implements
Meadow.Hardware.IDigitalInputPort
Meadow.Hardware.IDigitalPort
Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
System.IDisposable