Common Data PagesProduct 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.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
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