StandardPowerSensorSetCustomParameters Method

Sets the custom calibration parameters. This is manufacturer specified limited to a maximum of 6 bytes.

Definition

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

Parameters

customParameters  Byte
The custom parameters. Defined by the manufacturer.

Return Value

TaskMessagingReturnCode
Status of the request.

Exceptions

ArgumentExceptionCustom parameters must be 6 bytes in length.

See Also