Trainer Stationary BikeTarget Power Limit Enumeration
Used by trainers operating in target power mode.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public enum TargetPowerLimitVB
Public Enumeration TargetPowerLimitC++
public enum class TargetPowerLimitF#
type TargetPowerLimitMembers
| AtTargetPower | 0 | At target power or no target power set. |
| TooLow | 1 | Cycling speed is too low to achieve target power. |
| TooHigh | 2 | Cycling speed is too high to achieve target power. |
| Undetermined | 3 | Target power limit is undetermined. |