Interface IChannelInfoBase
Represents the base interface for channel information.
Assembly: Meadow.Contracts.dll
View Source
public interface IChannelInfoBase
Properties
Name
Gets or sets the name of the channel.
View Source
string Name { get; protected set; }