System.Bluetooth.TBluetoothLEDevice.DoAbortReliableWrite

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoAbortReliableWrite; virtual; abstract;

C++

virtual void __fastcall DoAbortReliableWrite(void) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


説明

一連のキャラクタリスティックをリモート デバイスにアトミック トランザクションとして書き込むために既に開始されたトランザクションを中止します。

メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

プラットフォーム サポート

プラットフォーム サポート対象

Windows

YesC++11Feature.png

OS X

iOS

Android

YesC++11Feature.png

関連項目