FitnessEquipmentGeneralDataPage Class

This class supports fitness equipment general data pages.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public class GeneralDataPage : ObservableObject
Inheritance
ObservableObject    FitnessEquipmentGeneralDataPage

Constructors

FitnessEquipmentGeneralDataPageInitializes a new instance of the FitnessEquipmentGeneralDataPage class

Properties

DistanceTraveledGets the distance traveled in meters. This property is only valid when DistanceTraveledEnabled is enabled.
DistanceTraveledEnabledGets the distance traveled enabled flag.
ElapsedTimeGets the elapsed time.
EquipmentTypeGets the type of the equipment.
HeartRateSourceGets the heart rate source.
InstantaneousHeartRateGets the instantaneous heart rate.
InstantaneousSpeedGets the instantaneous speed.
VirtualSpeedFlagGets the virtual speed flag.

See Also