System.Bluetooth.Components.TBluetoothLE.ReadRemoteRSSI

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

Delphi

function ReadRemoteRSSI(const ADevice: TBluetoothLEDevice): Boolean;

C++

bool __fastcall ReadRemoteRSSI(System::Bluetooth::TBluetoothLEDevice* const ADevice);

プロパティ

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


説明

リモート デバイスから RSSI(受信信号強度)値を読み取ります。これは非同期の操作であり、ReadRemoteRSSI が終了したら、OnReadRSSI のコールバックがトリガされます。

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

この関数は、Windows ではサポートされません。

関連項目