Common Data PagesManufacturer Info PageComponent Id Property
Gets the component identifier. Bits 0 – 3: Number of components. Bits 4 – 7: Component identifier.
A value of 0xFF indicates that the component identifier is not used.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public byte ComponentId { get; }VB
Public ReadOnly Property ComponentId As Byte
GetC++
public:
property unsigned char ComponentId {
unsigned char get ();
}F#
member ComponentId : byte with get