Skip to main content

Interface IDigitalInputPort

Contract for ports that are capable of reading digital inputs.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IDigitalInputPort : IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable

Properties

State

Gets the current state of the port

View Source
Declaration
bool State { get; }

Resistor

Gets or sets the ResistorMode of the port

View Source
Declaration
ResistorMode Resistor { get; set; }