System.Bluetooth.Components.TBluetoothLE.DoOnReliableWriteCompleted

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnReliableWriteCompleted(const Sender: TObject; AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnReliableWriteCompleted(System::TObject* const Sender, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Répartiteur de l'événement OnReliableWriteCompleted.

DoOnReliableWriteCompleted est appelée après une réponse du périphérique distant déclenchée par un appel précédent à ExecuteReliableWrite.

Ce répartiteur d'événement reçoit les paramètres suivants :

  • Sender est le périphérique distant ayant effectué l'opération d'écriture fiable.
  • AStatus est le statut de sortie de l'opération d'écriture fiable.

Voir aussi