System.Bluetooth.Components.TBluetoothLE.OnReliableWriteCompleted
Delphi
property OnReliableWriteCompleted: TGattOperationResultEvent read FOnReliableWriteCompleted write FOnReliableWriteCompleted;
C++
__property System::Bluetooth::TGattOperationResultEvent OnReliableWriteCompleted = {read=FOnReliableWriteCompleted, write=FOnReliableWriteCompleted};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | published | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Se produit après une réponse du périphérique distant déclenchée par un appel précédent à ExecuteReliableWrite.
Le gestionnaire d'événement de OnReliableWriteCompleted reçoit les paramètres suivants :
Senderest le périphérique distant ayant effectué l'opération d'écriture fiable.AStatusest le statut de sortie de l'opération d'écriture fiable.