次の方法で共有


CBPeripheralState 列挙型

定義

の可能な接続状態を CBPeripheral列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBPeripheralState
type CBPeripheralState = 
継承
CBPeripheralState
属性

フィールド

Connected 2

周辺機器が接続されていることを示します。

Connecting 1

周辺機器が接続されていることを示します。

Disconnected 0

周辺機器が接続されていないことを示します。

Disconnecting 3

周辺機器が切断されていることを示します。

適用対象