StandardPowerSensorSetCrankLength 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: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public Task<MessagingReturnCode> SetCrankLength(
	double length = 237
)

Parameters

length  Double  (Optional)
The length in millimeters. Omit to enable auto crank length.

Return Value

TaskMessagingReturnCode
Status of the request.

See Also