Share via


ICBPeripheralDelegate.WroteDescriptorValue Method

Definition

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

Applies to