System.Bluetooth.TBluetoothLEDevice.OnReliableWriteCompleted
Delphi
property OnReliableWriteCompleted: TGattOperationResultEvent read FOnReliableWriteCompleted write FOnReliableWriteCompleted;
C++
__property TGattOperationResultEvent OnReliableWriteCompleted = {read=FOnReliableWriteCompleted, write=FOnReliableWriteCompleted};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
説明
ExecuteReliableWrite の前回の呼び出しでトリガされたリモート デバイスからの応答の後で発生します。
OnReliableWriteCompleted のイベント ハンドラは、次のパラメータを受け取ります:
Senderは、リモート デバイスです。AStatusは、信頼できる書き込み操作の終了ステータスです。