Characteristic Locus
Inherited Members IPort<IDigitalChannelInfo>.Channel IPort<IDigitalChannelInfo>.Pin IDisposable.Dispose()
Namespace Meadow.Hardware
Assembly Meadow.Contracts.dll

Syntax

public interface IDigitalInputPort : IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable

Properties

Resistor

Gets or sets the ResistorMode of the port

Declaration
ResistorMode Resistor { get; set; }

Property Value

Type Description
ResistorMode

State

Gets the current state of the port

Declaration
bool State { get; }

Property Value

Type Description
bool