StandardPowerSensorSetTransitionTimeOffset Method

Sets the rider position transition time offset.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.0.1.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
C#
public Task<MessagingReturnCode> SetTransitionTimeOffset(
	byte offset
)

Parameters

offset  Byte
The offset in seconds.

Return Value

TaskMessagingReturnCode
Status 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.

See Also