System.Bluetooth.TBluetoothLEDevice.DoExecuteReliableWrite
Delphi
function DoExecuteReliableWrite: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoExecuteReliableWrite() = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEDevice | 
説明
前に開始したトランザクションを実行して一連のキャラクタリスティックをアトミック トランザクションとして書き込む要求をリモート デバイスに送信します。要求が正常に送信された場合は True を返し、何らかの原因で要求が送信されなかった場合は False を返します。
- メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
ExecuteReliableWrite から DoExecuteReliableWrite が呼び出されます。