Langue

BluetoothGattCallback.OnReliableWriteCompleted Méthode

Définition

Rappel appelé lorsqu’une transaction d’écriture fiable a été effectuée.

[Android.Runtime.Register("onReliableWriteCompleted", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnReliableWriteCompleted_Landroid_bluetooth_BluetoothGatt_IHandler")]
public virtual void OnReliableWriteCompleted(Android.Bluetooth.BluetoothGatt? gatt, Android.Bluetooth.GattStatus status);
[<Android.Runtime.Register("onReliableWriteCompleted", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnReliableWriteCompleted_Landroid_bluetooth_BluetoothGatt_IHandler")>]
abstract member OnReliableWriteCompleted : Android.Bluetooth.BluetoothGatt * Android.Bluetooth.GattStatus -> unit
override this.OnReliableWriteCompleted : Android.Bluetooth.BluetoothGatt * Android.Bluetooth.GattStatus -> unit

Paramètres

gatt
BluetoothGatt

Client GATT appelé BluetoothGatt#executeReliableWrite

status
GattStatus

BluetoothGatt#GATT_SUCCESS si la transaction d’écriture fiable a été exécutée avec succès

Attributs

Remarques

Rappel appelé lorsqu’une transaction d’écriture fiable a été effectuée.

Java documentation pour android.bluetooth.BluetoothGattCallback.onReliableWriteCompleted(android.bluetooth.BluetoothGatt, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à