Android.Bluetooth.BluetoothGattCharacteristic.GetValue Method
Get the stored value for this characteristic.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Get the stored value for this characteristic.

This function returns the stored value for this characteristic as retrieved by calling BluetoothGatt.ReadCharacteristic(BluetoothGattCharacteristic). The cached value of the characteristic is updated as a result of a read characteristic operation or if a characteristic update notification has been received.

[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