System.Bluetooth.TBluetoothManager.DoDiscoveryEnd

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

Delphi

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

C++

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

プロパティ

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


説明

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

StartDiscovery を呼び出すと、Bluetooth を使用するリモート デバイスを探す検出操作が開始します。検出操作が終了すると、マネージャは DoDiscoveryEnd を呼び出します。

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

DoDiscoveryEnd では以下の処理を行います。

  1. FLastDiscoveredTimeStamp の値を現在時刻に変更します。
  2. Sender および ADeviceList を引数にして OnDiscoveryEnd イベントを発生させます。

関連項目