Android.Bluetooth.BluetoothGattDescriptor.SetValue Method
Updates the locally stored value of this descriptor.

Syntax

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

Parameters

value
New value for this descriptor

Returns

Documentation for this section has not yet been entered.

Remarks

Updates the locally stored value of this descriptor.

This function modifies the locally stored cached value of this descriptor. To send the value to the remote device, call BluetoothGatt.WriteDescriptor(BluetoothGattDescriptor) 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