StandardPowerSensorSetTransitionTimeOffset Method
Sets the rider position transition time offset.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public Task<MessagingReturnCode> SetTransitionTimeOffset(
byte offset
)
Public Function SetTransitionTimeOffset (
offset As Byte
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetTransitionTimeOffset(
unsigned char offset
)
member SetTransitionTimeOffset :
offset : byte -> Task<MessagingReturnCode>
- offset Byte
- The offset in seconds.
TaskMessagingReturnCodeStatus of the request.
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.