Android.Bluetooth.BluetoothGattCallback.OnCharacteristicRead Method
Callback reporting the result of a characteristic read operation.

Syntax

[Android.Runtime.Register("onCharacteristicRead", "(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V", "GetOnCharacteristicRead_Landroid_bluetooth_BluetoothGatt_Landroid_bluetooth_BluetoothGattCharacteristic_IHandler")]
public virtual void OnCharacteristicRead (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.ReadCharacteristic(BluetoothGattCharacteristic)
characteristic
Characteristic that was read from the associated remote device.
status
BluetoothGatt.GattSuccess if the read operation was completed successfully.

Remarks

Callback reporting the result of a characteristic 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