ChannelId Class

The channel ID is a concrete class comprised of device number, device type, and transmission type.

Definition

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

Remarks

The channel identifier is received in ANT packets as a 32 bit number. Extended messages need to be enabled. Use the Id property for messages transmitted to an ANT device. This is handled automatically in the device profiles.

Constructors

ChannelIdInitializes a new instance of the ChannelId struct.

Properties

AreGlobalDataPagesUsedGets a value indicating whether global data pages are used.
DeviceNumberGets the device number.
DeviceTypeGets the type of the device.
IdGets the channel identifier.
IsPairingBitSetGets a value indicating whether this instance has the pairing bit set.
TransmissionTypeGets the type of the transmission.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also