System.Bluetooth.Components.TBluetoothLE.OnReliableWriteCompleted

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 :

  • 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