CBPeripheralDelegate.WroteDescriptorValue Method

Definition

[Foundation.Export("peripheral:didWriteValueForDescriptor:error:")]
public virtual void WroteDescriptorValue (CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBDescriptor descriptor, Foundation.NSError error);
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