Enum ChannelState
Represents a channel state
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum ChannelState
Fields
Unknown
Unknown state
View Source
Declaration
Unknown = 0
NotInUse
CHannel is not in use
View Source
Declaration
NotInUse = 1
InUse
Channel is in use
View Source
Declaration
InUse = 2