次の方法で共有


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

エリアが占有されています。

適用対象