Standard Power SensorSet Crank Length Method
Sets the length of the crank or enables auto crank length. If the crank length is greater than
236.5 mm, auto crank length is enabled. Typically you would omit the length parameter to enable auto crank length.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
C#
public Task<MessagingReturnCode> SetCrankLength(
double length = 237
)VB
Public Function SetCrankLength (
Optional length As Double = 237
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ SetCrankLength(
double length = 237
)F#
member SetCrankLength :
?length : float
(* Defaults:
let _length = defaultArg length 237
*)
-> Task<MessagingReturnCode> Parameters
- length Double (Optional)
- The length in millimeters. Omit to enable auto crank length.
Return Value
TaskMessagingReturnCodeStatus of the request.