FitnessEquipmentSetBasicResistance Method
Sets the percentage of maximum resistance resistance.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipmentAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+3fbe181bca5f5ec97a9a018f9fcefae55701bc33
public Task<MessagingReturnCode> SetBasicResistance(
double resistance
)
Public Function SetBasicResistance (
resistance As Double
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetBasicResistance(
double resistance
)
member SetBasicResistance :
resistance : float -> Task<MessagingReturnCode>
- resistance Double
- The resistance as a percentage of the maximum resistance.
TaskMessagingReturnCodeStatus of the request.