HMCharacteristicMetadataUnits 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉可能與 相關聯的 HMCharacteristic 量值單位。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicMetadataUnits
type HMCharacteristicMetadataUnits =
- 繼承
-
HMCharacteristicMetadataUnits
- 屬性
欄位
ArcDegree | 4 | 表示測量弧形度的單位。 |
Celsius | 1 | 表示測量溫度以攝氏為單位的單位。 |
Fahrenheit | 2 | 指出測量溫度的單位,以華氏度為單位。 |
Lux | 6 | 亮度的 SI 單位。 |
MicrogramsPerCubicMeter | 8 | 通常用來測量空氣品質的單位。 |
None | 0 | 表示沒有單位或無維度單位。 |
PartsPerMillion | 7 | 一個單位,常用於測量流動或油中的濃度。 |
Percentage | 3 | 表示測量百分比的單位。 |
Seconds | 5 | SI 時間單位。 |