System.Bluetooth.TBluetoothLEDevice.OnReadRSSI

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

Delphi

property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;

C++

__property TGattDeviceRSSIEvent OnReadRSSI = {read=FOnReadRSSI, write=FOnReadRSSI};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


説明

ReadRemoteRSSI の前回の呼び出しの結果として発生します。

このイベント ディスパッチャは次のパラメータを受け取ります。

  • Sender は、リモート デバイスです。
  • ARssiValue は、要求された RSSI 値です。
  • AGattStatus は、RSSI 読み込みオペレーションの exit ステータスです。

サポート対象プラットフォーム

OnReadRSSI は、Windows では発生しません。

関連項目