StandardPowerSensorSetCustomParameters Method
Sets the custom calibration parameters. This is manufacturer specified.
6 bytes must be passed in the call.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+00799c19dddffadca3dc463ea835768539806d36
public Task<MessagingReturnCode> SetCustomParameters(
byte[] customParameters
)
Public Function SetCustomParameters (
customParameters As Byte()
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetCustomParameters(
array<unsigned char>^ customParameters
)
member SetCustomParameters :
customParameters : byte[] -> Task<MessagingReturnCode>
- customParameters Byte
- The custom parameters. Defined by the manufacturer. 6 bytes in length.
TaskMessagingReturnCodeStatus of the request.