FitnessEquipmentGeneralDataPage Class

This class supports fitness equipment general data pages.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public class GeneralDataPage : ObservableObject
Inheritance
Object    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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also