Share via


CBCentralManagerDelegate_Extensions.DidDisconnectPeripheral Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidDisconnectPeripheral(this CoreBluetooth.ICBCentralManagerDelegate This, CoreBluetooth.CBCentralManager central, CoreBluetooth.CBPeripheral peripheral, double timestamp, bool isReconnecting, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidDisconnectPeripheral : CoreBluetooth.ICBCentralManagerDelegate * CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * double * bool * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
timestamp
Double
isReconnecting
Boolean
error
NSError
Attributes

Applies to