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

指示外围设备正在断开连接。

适用于