Share via


CBPeripheralManagerL2CapChannelOperationEventArgs(UInt16, NSError) Constructor

Definition

Create a new instance of the CBPeripheralManagerL2CapChannelOperationEventArgs with the specified event data.

public CBPeripheralManagerL2CapChannelOperationEventArgs(ushort psm, Foundation.NSError? error);
new CoreBluetooth.CBPeripheralManagerL2CapChannelOperationEventArgs : uint16 * Foundation.NSError -> CoreBluetooth.CBPeripheralManagerL2CapChannelOperationEventArgs

Parameters

psm
UInt16

The value for the Psm property.

error
NSError

The value for the Error property.

Applies to