HeartRateCommonHeartRateData Structure

Heart rate data common to all data pages.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public readonly struct CommonHeartRateData
Inheritance
Object    ValueType    HeartRateCommonHeartRateData

Properties

AccumulatedHeartBeatEventTimeAccumulated heart beat event time in milliseconds.
ComputedHeartRateComputed heart rate as determined by the sensor in beats per minute.
RRIntervalRR interval in milliseconds.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also