StandardPowerSensorSetTransitionTimeOffset Method

Sets the rider position transition time offset.

Definition

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