Share via


CBPeripheralManagerSubscriptionEventArgs(CBCentral, CBCharacteristic) Constructor

Definition

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

public CBPeripheralManagerSubscriptionEventArgs(CoreBluetooth.CBCentral central, CoreBluetooth.CBCharacteristic characteristic);
new CoreBluetooth.CBPeripheralManagerSubscriptionEventArgs : CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> CoreBluetooth.CBPeripheralManagerSubscriptionEventArgs

Parameters

central
CBCentral

The value for the Central property.

characteristic
CBCharacteristic

The value for the Characteristic property.

Applies to