System.Bluetooth.TBluetoothLEDevice.DoAbortReliableWrite
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 |
|
|
OS X |
|
|
iOS |
|
|
Android |
|