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