Share via


CBPeripheralDiconnectionEventEventArgs Constructor

Definition

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

public CBPeripheralDiconnectionEventEventArgs(CoreBluetooth.CBPeripheral peripheral, double timestamp, bool isReconnecting, Foundation.NSError? error);
new CoreBluetooth.CBPeripheralDiconnectionEventEventArgs : CoreBluetooth.CBPeripheral * double * bool * Foundation.NSError -> CoreBluetooth.CBPeripheralDiconnectionEventEventArgs

Parameters

peripheral
CBPeripheral

The value for the Peripheral property.

timestamp
Double

The value for the Timestamp property.

isReconnecting
Boolean

The value for the IsReconnecting property.

error
NSError

The value for the Error property.

Applies to