Share via


CBPeripheralErrorEventArgs(CBPeripheral, NSError) Constructor

Definition

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

public CBPeripheralErrorEventArgs(CoreBluetooth.CBPeripheral peripheral, Foundation.NSError? error);
new CoreBluetooth.CBPeripheralErrorEventArgs : CoreBluetooth.CBPeripheral * Foundation.NSError -> CoreBluetooth.CBPeripheralErrorEventArgs

Parameters

peripheral
CBPeripheral

The value for the Peripheral property.

error
NSError

The value for the Error property.

Applies to