System.Bluetooth.Components.TBluetoothLE.DoOnReliableWriteCompleted
Delphi
procedure DoOnReliableWriteCompleted(const Sender: TObject; AGattStatus: TBluetoothGattStatus);
C++
void __fastcall DoOnReliableWriteCompleted(System::TObject* const Sender, System::Bluetooth::TBluetoothGattStatus AGattStatus);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
OnReliableWriteCompleted イベントのディスパッチャです。
DoOnReliableWriteCompleted が呼び出されるのは、ExecuteReliableWrite の前回の呼び出しでトリガされたリモート デバイスからの応答の後です。
このイベント ディスパッチャは次のパラメータを受け取ります。
Senderは、信頼できる書き込み操作を実行するリモート デバイスです。AStatusは、信頼できる書き込み操作の終了ステータスです。