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