System.Bluetooth.TBluetoothLEDevice.DoExecuteReliableWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoExecuteReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoExecuteReliableWrite() = 0 ;

Properties

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

Description

Sends the remote device a request to execute a previously-started transaction to write a set of characteristics as an atomic transaction, and returns True after successfully sending the request, or False if something prevents the request from being sent.

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

ExecuteReliableWrite calls DoExecuteReliableWrite.

See Also