System.Bluetooth.TBluetoothLEManager.DoDiscoveryLEEnd

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

Delphi

procedure DoDiscoveryLEEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual; deprecated 'Use DoDiscoveryEnd';

C++

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

プロパティ

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


説明

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

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

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

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

DoDiscoveryLEEnd

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

関連項目