System.Bluetooth.TBluetoothLEDevice.DoReadRemoteRSSI

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

Delphi

function DoReadRemoteRSSI: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadRemoteRSSI() = 0 ;

プロパティ

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


説明

リモート デバイスの受信信号強度(RSSI)を要求します。

メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

RSSI 値を受け取ると、DoReadRemoteRSSI は、その値をパラメータとして DoOnReadRssi を呼び出します。

関連項目