Skip to main content

Interface IChannelInfoBase

Represents the base interface for channel information.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IChannelInfoBase

Properties

Name

Gets or sets the name of the channel.

View Source
Declaration
string Name { get; protected set; }