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.3+bee07ae1f518f90000e3a8eef95ac61052778db9
true if this instance has pairing bit set; otherwise, false.
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
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.