CBCentralManager.CancelPeripheralConnection(CBPeripheral) 方法

定义

取消与指定 peripheral的活动或挂起的连接。

[Foundation.Export("cancelPeripheralConnection:")]
public virtual void CancelPeripheralConnection (CoreBluetooth.CBPeripheral peripheral);
abstract member CancelPeripheralConnection : CoreBluetooth.CBPeripheral -> unit
override this.CancelPeripheralConnection : CoreBluetooth.CBPeripheral -> unit

参数

peripheral
CBPeripheral
属性

适用于