System.Bluetooth.Components.TBluetoothLE.DoOnReadRSSI

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

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 を呼び出すことはありません。

関連項目