Share via


HMCharacteristicValueOccupancyStatus 枚举

定义

枚举占用值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueOccupancyStatus
type HMCharacteristicValueOccupancyStatus = 
继承
HMCharacteristicValueOccupancyStatus
属性

字段

NotOccupied 0

该地区没有被占用。

Occupied 1

该地区被占用。

适用于