Skip to main content

Interface IPort<C>

Represents a port that is associated with a specific channel and pin.

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public interface IPort<C> : IDisposable where C : IChannelInfo

Properties​

Channel​

Gets the channel associated with the port.

View Source​
Declaration
C Channel { get; }

Pin​

Gets the pin associated with the port.

View Source​
Declaration
IPin Pin { get; }