Heart RateCommon Heart Rate DataComputed Heart Rate Property
Computed heart rate as determined by the sensor in beats per minute.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public byte ComputedHeartRate { get; }VB
Public ReadOnly Property ComputedHeartRate As Byte
GetC++
public:
property unsigned char ComputedHeartRate {
unsigned char get ();
}F#
member ComputedHeartRate : byte with get