StandardPowerSensorSetCustomParameters Method
Sets the custom calibration parameters. This is manufacturer specified limited to a
maximum of 6 bytes.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
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.
TaskMessagingReturnCodeStatus of the request.