Class ChannelInfoBase
Provides base functionality for channel types.
Assembly: Meadow.Contracts.dll
View Source
public abstract class ChannelInfoBase
Derived:
Meadow.Hardware.AnalogChannelInfo, Meadow.Hardware.DigitalChannelInfoBase
Properties
Name
Gets or sets the name of the channel
View Source
public string Name { get; protected set; }