HKBodyTemperatureSensorLocation 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举温度计获取其读数的位置。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKBodyTemperatureSensorLocation
type HKBodyTemperatureSensorLocation =
- 继承
-
HKBodyTemperatureSensorLocation
- 属性
字段
Armpit | 1 | 温度读数在用户的臂窝处进行。 |
Body | 2 | 温度读数取在用户身体的某个位置。 |
Ear | 3 | 温度读数在用户耳边拍摄。 |
EarDrum | 9 | 温度读数在用户的耳膜处进行。 |
Finger | 4 | 温度读数取在用户的手指上。 |
Forehead | 11 | 温度读数在用户的额头处进行。 |
GastroIntestinal | 5 | 温度读数在用户的肠胃系统中进行。 |
Mouth | 6 | 温度读数取在用户的嘴里。 |
Other | 0 | 未指定温度读取位置。 |
Rectum | 7 | 温度读数在用户的矩形处进行。 |
TemporalArtery | 10 | 温度读数在用户的临时动脉处进行。 |
Toe | 8 | 温度读数在用户的头处进行。 |