Share via


CBPeripheralDelegate.DiscoveredCharacteristics Method

Definition

[Foundation.Export("peripheral:didDiscoverCharacteristicsForService:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DiscoveredCharacteristics(CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBService service, Foundation.NSError? error);
[<Foundation.Export("peripheral:didDiscoverCharacteristicsForService:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DiscoveredCharacteristics : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService * Foundation.NSError -> unit
override this.DiscoveredCharacteristics : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
service
CBService
error
NSError

Implements

Attributes

Applies to