System.Bluetooth.TBluetoothLEDevice.DoOnReadRssi
Delphi
procedure DoOnReadRssi(const Sender: TObject; ARssiValue: Integer; AGattStatus: TBluetoothGattStatus); virtual;
C++
virtual void __fastcall DoOnReadRssi(System::TObject* const Sender, int ARssiValue, TBluetoothGattStatus AGattStatus);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
説明
OnReadRSSI イベントのディスパッチャです。
DoOnReadRssi は、DoReadRemoteRSSI の前回の呼び出しの結果、呼び出されます。
このイベント ディスパッチャは次のパラメータを受け取ります。
Senderは、リモート デバイスです。ARssiValueは、RSSI 値です。AGattStatusは、RSSI 読み込みオペレーションの exit ステータスです。
サポート対象プラットフォーム
DoOnReadRssi は、Windows では呼び出されません。