System.Bluetooth.TBluetoothLEDevice.DoAbortReliableWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAbortReliableWrite; virtual; abstract;

C++

virtual void __fastcall DoAbortReliableWrite() = 0 ;

Properties

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

Description

Aborts a previously-started transaction to write a set of characteristics on a remote device as an atomic transaction.

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

Platform Support

Platform Supported

Windows

YesC++11Feature.png

OS X

iOS

Android

YesC++11Feature.png

See Also