FitnessEquipmentSetBasicResistance Method
Sets the percentage of maximum resistance resistance.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipmentAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.1+c1e7610f9fcb5b8a327697cc707496363c1e2866
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.