System.Bluetooth.TBluetoothLEDevice.ReadRemoteRSSI

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

Delphi

function ReadRemoteRSSI: Boolean;

C++

bool __fastcall ReadRemoteRSSI();

プロパティ

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


説明

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

OnReadRSSI イベントを処理すると、RSSI 値を取得できます。

関連項目