Channel Id 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.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public class ChannelIdVB
Public Class ChannelIdC++
public ref class ChannelIdF#
type ChannelId = class end- 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
| ChannelId | Initializes a new instance of the ChannelId struct. |
Properties
| AreGlobalDataPagesUsed | Gets a value indicating whether global data pages are used. |
| DeviceNumber | Gets the device number. |
| DeviceType | Gets the type of the device. |
| Id | Gets the channel identifier. |
| IsPairingBitSet | Gets a value indicating whether this instance has the pairing bit set. |
| TransmissionType | Gets 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) |