ChannelStatus Structure

Contains the information returned by a channel status request message

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public struct ChannelStatus
Inheritance
Object    ValueType    ChannelStatus

Constructors

ChannelStatus Creates and fills the ChannelStatus

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(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