CBPeripheralDelegate.UpdatedCharacterteristicValue Method

Definition

[Foundation.Export("peripheral:didUpdateValueForCharacteristic:error:")]
public virtual void UpdatedCharacterteristicValue (CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBCharacteristic characteristic, Foundation.NSError error);
abstract member UpdatedCharacterteristicValue : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit
override this.UpdatedCharacterteristicValue : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
characteristic
CBCharacteristic
error
NSError
Attributes

Applies to