System.Bluetooth.TBluetoothLEDevice.DoOnReliableWriteCompleted

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

Delphi

procedure DoOnReliableWriteCompleted(AStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnReliableWriteCompleted(TBluetoothGattStatus AStatus);

プロパティ

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


説明

OnReliableWriteCompleted イベントのディスパッチャです。

DoOnReliableWriteCompleted が呼び出されるのは、ExecuteReliableWrite の前回の呼び出しでトリガされたリモート デバイスからの応答の後です。

このイベント ディスパッチャが受け取るパラメータは AStatus だけです。これは、信頼できる書き込み操作の終了ステータスです。

関連項目