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
public interface IChannelInfo
Properties
Name
Gets the name of the channel.
View Source
string Name { get; }