Android.Bluetooth.BluetoothGattDescriptor.GetValue Method
Returns the stored value for this descriptor

Syntax

[Android.Runtime.Register("getValue", "()[B", "GetGetValueHandler")]
public virtual byte[] GetValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the stored value for this descriptor

This function returns the stored value for this descriptor as retrieved by calling BluetoothGatt.ReadDescriptor(BluetoothGattDescriptor). The cached value of the descriptor is updated as a result of a descriptor read operation.

[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