System.Bluetooth.TBluetoothLEDevice.DoBeginReliableWrite

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoBeginReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoBeginReliableWrite(void) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


Beschreibung

Startet eine Transaktion, um einen Merkmalsatz auf ein Remote-Gerät als unteilbare (atomic) Transaktion zu schreiben.

BeginReliableWrite ruft DoBeginReliableWrite auf.

Plattformunterstützung

Plattform Unterstützt

Windows

YesC++11Feature.png

Mac OS X

iOS

Android

YesC++11Feature.png

Siehe auch