System.Bluetooth.TBluetoothLEDevice.DoOnReliableWriteCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnReliableWriteCompleted(AStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnReliableWriteCompleted(TBluetoothGattStatus AStatus);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Dispatcher of the OnReliableWriteCompleted event.

DoOnReliableWriteCompleted is called after a response from the remote device triggered by a previous call to ExecuteReliableWrite.

This event dispatcher receives a single parameter, AStatus, which is the exit status of the reliable write operation.

See Also