System.Bluetooth.Components.TBluetoothLE.OnReadRSSI

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

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 では発生しません。

関連項目