Share via


ICBPeripheralDelegate.DiscoveredCharacteristics Method

Definition

[Foundation.Export("peripheral:didDiscoverCharacteristicsForService:error:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to