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