CBPeripheralManagerDelegate_Extensions.ServiceAdded Method

Definition

public static void ServiceAdded (this CoreBluetooth.ICBPeripheralManagerDelegate This, CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBService service, Foundation.NSError error);
static member ServiceAdded : CoreBluetooth.ICBPeripheralManagerDelegate * CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBService * Foundation.NSError -> unit

Parameters

This
ICBPeripheralManagerDelegate

The instance on which this extension method operates.

peripheral
CBPeripheralManager
service
CBService
error
NSError

Applies to