Class ChannelConfig
Represents a configuration for a hardware channel.
Assembly: Meadow.dll
View Source
Declaration
public class ChannelConfig
Properties
State
Gets or sets the state of the channel.
View Source
Declaration
public ChannelState State { get; set; }
Config
Gets or sets the configuration type of the channel.
View Source
Declaration
public ChannelConfigurationType Config { get; set; }