HMCharacteristicValuePositionState Enum

Definition

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

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.

Applies to