Skip to main content

Interface IChannelInfo

Minimum contract to describe a GPIO channel type or protocol on a Meadow device such as Analog, Digital, or I2C.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IChannelInfo

Properties

Name

Gets the name of the channel.

View Source
Declaration
string Name { get; }