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