System.Bluetooth.TBluetoothLEAdapter.DoDiscoverLEDevice

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

Delphi

procedure DoDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse); virtual; deprecated 'Use DoDiscoverDevice';

C++

virtual void __fastcall DoDiscoverLEDevice _DEPRECATED_ATTRIBUTE1("Use DoDiscoverDevice") (System::TObject* const Sender, TBluetoothLEDevice* const ADevice, int Rssi, TScanResponse* const ScanResponse);

プロパティ

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


説明

警告: DoDiscoverLEDevice は非推奨になっています。 DoDiscoverDevice を使用してください。

現在のマネージャの関数 DoDiscoverLEDevice を呼び出します。

プラットフォーム固有の Bluetooth スキャンのコールバックが実行されたときに呼び出されます。

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

関連項目