Share via


CBPeripheralManagerDelegate_Extensions.DidOpenL2CapChannel Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidOpenL2CapChannel(this CoreBluetooth.ICBPeripheralManagerDelegate This, CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBL2CapChannel? channel, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidOpenL2CapChannel : CoreBluetooth.ICBPeripheralManagerDelegate * CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBL2CapChannel * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheralManager
channel
CBL2CapChannel

To be added.

This parameter can be null.

error
NSError

To be added.

This parameter can be null.

Attributes

Applies to