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: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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. |