System.Bluetooth.Components.TBluetoothLE.DoOnReliableWriteCompleted

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

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 は、信頼できる書き込み操作の終了ステータスです。

関連項目