System.Bluetooth.TBluetoothLEManager.DoDiscoveryEnd

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

Delphi

procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual;

C++

virtual void __fastcall DoDiscoveryEnd(System::TObject* const Sender, TBluetoothLEDeviceList* const ADeviceList);

プロパティ

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


説明

OnDiscoveryEnd イベントのディスパッチャ

StartDiscovery を呼び出す際、Bluetooth を使用するリモート デバイスを検索するために、検知オペレーションを開始します。 検知オペレーションが終了すると、マネージャは DoDiscoveryEnd を呼び出します。

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

DoDiscoveryEnd

  1. FLastDiscoveredLETimeStamp の値を、現在時間へ変更します。.
  2. サービスのリストと共に提供されている場合には、サービスによってデバイスのリストをフィルタリングします。
  3. OnDiscoveryEnd イベントを、引数 SenderADeviceList で、発生させます。

関連項目