Share via


CBPeripheralManagerServiceEventArgs(CBService, NSError) Constructor

Definition

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

public CBPeripheralManagerServiceEventArgs(CoreBluetooth.CBService service, Foundation.NSError? error);
new CoreBluetooth.CBPeripheralManagerServiceEventArgs : CoreBluetooth.CBService * Foundation.NSError -> CoreBluetooth.CBPeripheralManagerServiceEventArgs

Parameters

service
CBService

The value for the Service property.

error
NSError

The value for the Error property.

Applies to