CBPeripheralManagerDelegate_Extensions.DidPublishL2CapChannel Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidPublishL2CapChannel (this CoreBluetooth.ICBPeripheralManagerDelegate This, CoreBluetooth.CBPeripheralManager peripheral, ushort psm, Foundation.NSError error);
static member DidPublishL2CapChannel : CoreBluetooth.ICBPeripheralManagerDelegate * CoreBluetooth.CBPeripheralManager * uint16 * Foundation.NSError -> unit

Parameters

This
ICBPeripheralManagerDelegate

The instance on which this extension method operates.

peripheral
CBPeripheralManager
psm
UInt16
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to