共用方式為


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

表示周邊正在中斷連線。

適用於