CBCentralManagerDelegate.DisconnectedPeripheral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("centralManager:didDisconnectPeripheral:error:")]
public virtual void DisconnectedPeripheral (CoreBluetooth.CBCentralManager central, CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
abstract member DisconnectedPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * Foundation.NSError -> unit
override this.DisconnectedPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * Foundation.NSError -> unit
Parameters
- central
- CBCentralManager
- peripheral
- CBPeripheral
- error
- NSError
- Attributes