System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoverLEDevice

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

Delphi

procedure DoInternalDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse); overload;

C++

void __fastcall DoInternalDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse)/* overload */;

プロパティ

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


説明

お使いのコンポーネントのマネージャOnDiscoverLeDevice イベントを処理するハンドラです。

DoInternalDiscoverLEDevice は、DiscoverDevices の前回の呼び出しの結果、お使いのコンポーネントのマネージャの OnDiscoverLeDevice イベントが発生したときに呼び出される protected メソッドで、次のパラメータを受け取ります。

  • Sender はお使いのコンポーネントのマネージャです。
  • ADevice は検出されたデバイスです。
  • Rssi は現在の受信信号強度の値を保持します。
  • ScanResponseデバイスで広告されたデータです。

DoInternalDiscoverLEDevice は、

関連項目