System.Bluetooth.Components.TBluetoothLE.OnReadRSSI
Delphi
property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;
C++
__property System::Bluetooth::TGattDeviceRSSIEvent OnReadRSSI = {read=FOnReadRSSI, write=FOnReadRSSI};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| event | published | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
ReadRemoteRSSI に対する前の呼び出しの結果、発生します。
このイベント ディスパッチャは、次のパラメータを受け取ります:
Senderは、リモート デバイスです。ARssiValueは、要求された RSSI 値です。AGattStatusは、RSSI 読み込みオペレーションの exit ステータスです。
サポート対象プラットフォーム
OnReadRSSI は、Windows では発生しません。