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