Interface IDigitalInputPort
Contract for ports that are capable of reading digital inputs.
Assembly: Meadow.Contracts.dll
View Source
public interface IDigitalInputPort : IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable
Properties
State
Gets the current state of the port
View Source
bool State { get; }
Resistor
Gets or sets the ResistorMode of the port
View Source
ResistorMode Resistor { get; set; }