Crank Torque Frequency SensorSave Slope To Flash Method
Saves the slope to flash.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
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> SaveSlopeToFlash(
double slope
)VB
Public Function SaveSlopeToFlash (
slope As Double
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ SaveSlopeToFlash(
double slope
)F#
member SaveSlopeToFlash :
slope : float -> Task<MessagingReturnCode> Parameters
- slope Double
- The slope. Valid range is 10.0 to 50.0 Nm/Hz. Resolution is 0.1 Nm/Hz.
Return Value
TaskMessagingReturnCodeStatus of the request.
Exceptions
| ArgumentOutOfRangeException | Invalid slope value. |