HKHeartRateSensorLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the locations at which a heart rate monitor is attached.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKHeartRateSensorLocation
type HKHeartRateSensorLocation =
- Inheritance
-
HKHeartRateSensorLocation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Other | 0 | The monitor is attached elsewhere on the user's body. |
Chest | 1 | The monitor is attached to the user's chest. |
Wrist | 2 | The monitor is attached to the user's wrist. |
Finger | 3 | The monitor is attached to the user's finger. |
Hand | 4 | The monitor is attached to the user's hand. |
EarLobe | 5 | The monitor is attached to the user's earlobe. |
Foot | 6 | The monitor is attached to the user's foot. |