StandardPowerSensorSetCustomParameters Method

Sets the custom calibration parameters. This is manufacturer specified. 6 bytes must be passed in the call.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+1406bfb784e6c85bd5d7261241f4f4a1a31b0896
C#
public Task<MessagingReturnCode> SetCustomParameters(
	byte[] customParameters
)

Parameters

customParameters  Byte
The custom parameters. Defined by the manufacturer. 6 bytes in length.

Return Value

TaskMessagingReturnCode
Status of the request.

Exceptions

ArgumentExceptionCustom parameters must be 6 bytes in length.

See Also