StandardPowerSensorSetTransitionTimeOffset Method

Sets the rider position transition time offset.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
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