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.3+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
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) |