Skip to main content

Class ChannelConfig

Represents a configuration for a hardware channel.

Assembly: Meadow.dll
[View Source](https://github.com/WildernessLabs/Meadow.Core/blob/633/merge/source/Meadow.Core/Hardware/Channel Management/ChannelConfig.cs#L6)
public class ChannelConfig

Properties

State

Gets or sets the state of the channel.

[View Source](https://github.com/WildernessLabs/Meadow.Core/blob/633/merge/source/Meadow.Core/Hardware/Channel Management/ChannelConfig.cs#L11)
public ChannelState State { get; set; }

Config

Gets or sets the configuration type of the channel.

[View Source](https://github.com/WildernessLabs/Meadow.Core/blob/633/merge/source/Meadow.Core/Hardware/Channel Management/ChannelConfig.cs#L16)
public ChannelConfigurationType Config { get; set; }