CBPeripheralDelegate.ModifiedServices(CBPeripheral, CBService[]) Method

Definition

[Foundation.Export("peripheral:didModifyServices:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ModifiedServices (CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBService[] services);
abstract member ModifiedServices : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService[] -> unit
override this.ModifiedServices : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService[] -> unit

Parameters

peripheral
CBPeripheral
services
CBService[]
Attributes

Applies to