CBPeripheralManager.UpdateValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Returns
- Attributes