Channel IdIs Pairing Bit Set Property
Gets a value indicating whether this instance has the pairing bit set.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
true if this instance has pairing bit set; otherwise, false.
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public bool IsPairingBitSet { get; }VB
Public ReadOnly Property IsPairingBitSet As Boolean
GetC++
public:
property bool IsPairingBitSet {
bool get ();
}F#
member IsPairingBitSet : bool with getProperty Value
Booleantrue if this instance has pairing bit set; otherwise, false.