Share via


CBPeripheralEventArgs(CBPeripheral) Constructor

Definition

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

public CBPeripheralEventArgs(CoreBluetooth.CBPeripheral peripheral);
new CoreBluetooth.CBPeripheralEventArgs : CoreBluetooth.CBPeripheral -> CoreBluetooth.CBPeripheralEventArgs

Parameters

peripheral
CBPeripheral

The value for the Peripheral property.

Applies to