Share via


CBPeripheralManagerDelegate.DidPublishL2CapChannel Method

Definition

[Foundation.Export("peripheralManager:didPublishL2CAPChannel:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidPublishL2CapChannel(CoreBluetooth.CBPeripheralManager peripheral, ushort psm, Foundation.NSError? error);
[<Foundation.Export("peripheralManager:didPublishL2CAPChannel:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidPublishL2CapChannel : CoreBluetooth.CBPeripheralManager * uint16 * Foundation.NSError -> unit
override this.DidPublishL2CapChannel : CoreBluetooth.CBPeripheralManager * uint16 * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheralManager
psm
UInt16
error
NSError

To be added.

This parameter can be null.

Implements

Attributes

Applies to