CBPeripheralManagerDelegate.ServiceAdded Method

Definition

[Foundation.Export("peripheralManager:didAddService:error:")]
public virtual void ServiceAdded (CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBService service, Foundation.NSError error);
abstract member ServiceAdded : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBService * Foundation.NSError -> unit
override this.ServiceAdded : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBService * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheralManager
service
CBService
error
NSError
Attributes

Applies to