Edit

Share via


CBPeripheralManager.UpdateValue Method

Definition

[Foundation.Export("updateValue:forCharacteristic:onSubscribedCentrals:")]
public virtual bool UpdateValue (Foundation.NSData value, CoreBluetooth.CBMutableCharacteristic characteristic, CoreBluetooth.CBCentral[] subscribedCentrals);
abstract member UpdateValue : Foundation.NSData * CoreBluetooth.CBMutableCharacteristic * CoreBluetooth.CBCentral[] -> bool
override this.UpdateValue : Foundation.NSData * CoreBluetooth.CBMutableCharacteristic * CoreBluetooth.CBCentral[] -> bool

Parameters

value
NSData
characteristic
CBMutableCharacteristic
subscribedCentrals
CBCentral[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to