Share via


CBPeripheralDelegate.WroteDescriptorValue Method

Definition

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

Parameters

peripheral
CBPeripheral
descriptor
CBDescriptor
error
NSError

Implements

Attributes

Applies to