Share via


CBCentralManagerDelegate.DidDisconnectPeripheral Method

Definition

[Foundation.Export("centralManager:didDisconnectPeripheral:timestamp:isReconnecting:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDisconnectPeripheral(CoreBluetooth.CBCentralManager central, CoreBluetooth.CBPeripheral peripheral, double timestamp, bool isReconnecting, Foundation.NSError? error);
[<Foundation.Export("centralManager:didDisconnectPeripheral:timestamp:isReconnecting:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidDisconnectPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * double * bool * Foundation.NSError -> unit
override this.DidDisconnectPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * double * bool * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
timestamp
Double
isReconnecting
Boolean
error
NSError

Implements

Attributes

Applies to