HMCharacteristicValuePositionState 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 states of an object that opens and closes.
[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 =
- Inheritance
-
HMCharacteristicValuePositionState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Closing | 0 | The mechanism is in the act of closing. |
Opening | 1 | The mechanism is in the act of opening. |
Stopped | 2 | The mechanism has ceased motion. |