System.Bluetooth.TBluetoothLEDevice.DoOnReadRssi

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

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 では呼び出されません。

関連項目