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.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
The target speed in meters per second.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.