Standard Power SensorSet Transition Time Offset Method
Sets the rider position transition time offset.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public Task<MessagingReturnCode> SetTransitionTimeOffset(
byte offset
)VB
Public Function SetTransitionTimeOffset (
offset As Byte
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ SetTransitionTimeOffset(
unsigned char offset
)F#
member SetTransitionTimeOffset :
offset : byte -> Task<MessagingReturnCode> Parameters
- offset Byte
- The offset in seconds.
Return Value
TaskMessagingReturnCodeStatus of the request.
Remarks
A transition state is a state in which the power meter has detected a change from standing to sitting or sitting to standing
but is uncertain whether that change is a true transition or if the transition detected is a false positive.The transition time
offset specifies the time-period between when a transition is first detected until when a determination can be made as to
whether the transition was successful or not.