Share via


CBPeripheralServicesEventArgs(CBService[]) Constructor

Definition

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

public CBPeripheralServicesEventArgs(CoreBluetooth.CBService[] services);
new CoreBluetooth.CBPeripheralServicesEventArgs : CoreBluetooth.CBService[] -> CoreBluetooth.CBPeripheralServicesEventArgs

Parameters

services
CBService[]

The value for the Services property.

Applies to