HMCharacteristicValueLockMechanismState Enum

Definition

Enumerates the states that a lock can be in.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueLockMechanismState
type HMCharacteristicValueLockMechanismState = 
Inheritance
HMCharacteristicValueLockMechanismState
Attributes

Fields

Jammed 2

The lock is jammed.

Secured 1

The lock is locked.

Unknown 3

The lock's state is unknown.

Unsecured 0

The lock is unlocked.

Applies to