Trainer Stationary BikeTarget Speed Property
Gets the target speed during calibration.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
The target speed in meters per second.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public double TargetSpeed { get; set; }VB
Public Property TargetSpeed As Double
Get
SetC++
public:
property double TargetSpeed {
double get ();
void set (double value);
}F#
member TargetSpeed : float with get, setProperty Value
DoubleThe target speed in meters per second.