StandardPowerSensor.SetCrankLength 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.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+c05bd17c9aeef16f18715dc523820c84b7d5372d
public Task<MessagingReturnCode> SetCrankLength(
double length = 237
)
Public Function SetCrankLength (
Optional length As Double = 237
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetCrankLength(
double length = 237
)
member SetCrankLength :
?length : float
-> Task<MessagingReturnCode>
- length Double (Optional)
- The length in millimeters. Omit to enable auto crank length.
Task<MessagingReturnCode>Status of the request.