System.Bluetooth.TBluetoothLEManager.DoDiscoveryLEEnd
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 is deprecated. Please use DoDiscoveryEnd. 
OnDiscoveryEnd イベントのディスパッチャです。
StartDiscovery を呼び出す際、Bluetooth を使用するリモート デバイスを検索するために、検知オペレーションを開始します。検知オペレーションが終了すると、マネージャは DoDiscoveryLEEnd を呼び出します。
このイベント ディスパッチャは次のパラメータを受け取ります。
Sender: こちらのマネージャのアダプタ。ADeviceList: TBluetoothLEManager が検出したリモート デバイスのリスト。
- FLastDiscoveredLETimeStamp の値を現在時刻に変更します。
 SenderおよびADeviceListを引数にして OnDiscoveryEnd イベントを発生させます。- サービスのリストと共に提供されている場合には、サービスによってデバイスをフィルタリングします。
 
関連項目
- System.Bluetooth.TBluetoothLEDeviceList
 - System.Bluetooth.TBluetoothLEManager.CurrentAdapter
 - System.Bluetooth.TBluetoothLEManager.FLastDiscoveredLETimeStamp
 - System.Bluetooth.TBluetoothLEManager.OnDiscoveryEnd
 - System.Bluetooth.TBluetoothLEManager.StartDiscovery
 - System.Bluetooth.TBluetoothUUIDsList
 - イベント ディスパッチャ