Share via


CBServiceEventArgs(CBService, NSError) Constructor

Definition

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

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

Parameters

service
CBService

The value for the Service property.

error
NSError

The value for the Error property.

Applies to