BluetoothGattCallback.OnReliableWriteCompleted Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
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.