Android.Bluetooth.BluetoothGattCallback.OnDescriptorRead Method
Callback reporting the result of a descriptor read operation.

Syntax

[Android.Runtime.Register("onDescriptorRead", "(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V", "GetOnDescriptorRead_Landroid_bluetooth_BluetoothGatt_Landroid_bluetooth_BluetoothGattDescriptor_IHandler")]
public virtual void OnDescriptorRead (BluetoothGatt gatt, BluetoothGattDescriptor descriptor, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

gatt
GATT client invoked BluetoothGatt.ReadDescriptor(BluetoothGattDescriptor)
descriptor
Descriptor 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 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