Android.Bluetooth.BluetoothGattCharacteristic.SetValue Method
Updates the locally stored value of this characteristic.

Syntax

[Android.Runtime.Register("setValue", "([B)Z", "GetSetValue_arrayBHandler")]
public virtual bool SetValue (byte[] value)

Parameters

value
New value for this characteristic

Returns

Documentation for this section has not yet been entered.

Remarks

Updates the locally stored value of this characteristic.

This function modifies the locally stored cached value of this characteristic. To send the value to the remote device, call BluetoothGatt.WriteCharacteristic(BluetoothGattCharacteristic) to send the value to the remote device.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18