共用方式為


HMCharacteristicValuePositionState 列舉

定義

列舉開啟和關閉之物件的狀態。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValuePositionState
type HMCharacteristicValuePositionState = 
繼承
HMCharacteristicValuePositionState
屬性

欄位

名稱 Description
Closing 0

機制正在關閉動作中。

Opening 1

機制處於開啟動作中。

Stopped 2

機制已停止動作。

適用於