System.Bluetooth.Components.TBluetoothLE.OnReliableWriteCompleted
Delphi
property OnReliableWriteCompleted: TGattOperationResultEvent read FOnReliableWriteCompleted  write FOnReliableWriteCompleted;
C++
__property System::Bluetooth::TGattOperationResultEvent OnReliableWriteCompleted = {read=FOnReliableWriteCompleted, write=FOnReliableWriteCompleted};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp | System.Bluetooth.Components | TBluetoothLE | 
Description
Occurs after a response from the remote device triggered by a previous call to ExecuteReliableWrite.
The event handler of OnReliableWriteCompleted receives the following parameters:
- Senderis the remote device that performed the reliable write operation.
- AStatusis the exit status of the reliable write operation.