Heart RateFeatures Enumeration
Supported feature flags from the capabilities page.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
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#
[FlagsAttribute]
public enum FeaturesVB
<FlagsAttribute>
Public Enumeration FeaturesC++
[FlagsAttribute]
public enum class FeaturesF#
[<FlagsAttribute>]
type FeaturesMembers
| Generic | 0 | Generic capabilities |
| Running | 1 | Running |
| Cycling | 2 | Cycling |
| Swimming | 4 | Swimming |
| GymMode | 8 | Gym mode |
| ManufacturerFeature1 | 64 | Manufacture defined feature |
| ManufacturerFeature2 | 128 | Manufacture defined feature |
| All | 207 | All |