ChannelStatus Structure

Contains the information returned by a channel status request message

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public struct ChannelStatus
Inheritance
Object    ValueType    ChannelStatus

Constructors

ChannelStatus Creates and fills the ChannelStatus

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
ToString
(Inherited from ValueType)

Fields

BasicStatus Bits 0-1 of the status response
ChannelType Bits 4-7 of the status response. Not a valid channelType on AP1.
networkNumber Bits 2-3 of the status response. Invalid on AP1.

See Also