System.Bluetooth.TBluetoothLEDevice.DoBeginReliableWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoBeginReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoBeginReliableWrite() = 0 ;

Properties

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

Description

Starts a transaction to write a set of characteristics on a remote device as an atomic transaction.

BeginReliableWrite calls DoBeginReliableWrite.

Platform Support

Platform Supported

Windows

YesC++11Feature.png

OS X

iOS

Android

YesC++11Feature.png

See Also