System.Bluetooth.Components.TBluetoothLE.OnReliableWriteCompleted

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

Delphi

property OnReliableWriteCompleted: TGattOperationResultEvent read FOnReliableWriteCompleted

C++

__property System::Bluetooth::TGattOperationResultEvent OnReliableWriteCompleted = {read=FOnReliableWriteCompleted, write=FOnReliableWriteCompleted};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

ExecuteReliableWrite の前回の呼び出しでトリガされたリモート デバイスからの応答の後で発生します。

OnReliableWriteCompletedイベント ハンドラは、次のパラメータを受け取ります:

  • Sender は、信頼できる書き込み操作を実行したリモート デバイスです。
  • AStatus は、信頼できる書き込み操作の終了ステータスです。

関連項目