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: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also