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.0+3fbe181bca5f5ec97a9a018f9fcefae55701bc33
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