HMCharacteristicValueTargetSecuritySystemState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举安全系统的状态。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueTargetSecuritySystemState
type HMCharacteristicValueTargetSecuritySystemState =
- 继承
-
HMCharacteristicValueTargetSecuritySystemState
- 属性
字段
AwayArm | 1 | 该系统是适当的武装,没有人在家。 |
Disarm | 3 | 该系统已解除武装。 |
NightArm | 2 | 系统以适合用户睡眠的方式武装。 |
StayArm | 0 | 系统以适合在家和醒着的用户的方式发出警报。 |