Fitness EquipmentSet Wind Resistance Method
Sets the wind resistance.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public Task<MessagingReturnCode> SetWindResistance(
double windResistanceCoefficient,
sbyte windSpeed,
double draftingFactor
)VB
Public Function SetWindResistance (
windResistanceCoefficient As Double,
windSpeed As SByte,
draftingFactor As Double
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ SetWindResistance(
double windResistanceCoefficient,
signed char windSpeed,
double draftingFactor
)F#
member SetWindResistance :
windResistanceCoefficient : float *
windSpeed : sbyte *
draftingFactor : float -> Task<MessagingReturnCode> Parameters
- windResistanceCoefficient Double
- The wind resistance coefficient. Resolution is 0.01 kg/m.
- windSpeed SByte
- The wind speed in km/h.
- draftingFactor Double
- The drafting scale factor. Range is 0 to 1.00.
Return Value
TaskMessagingReturnCodeStatus of the request.