System.Bluetooth.TBluetoothAdapter.DoDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter

Description

Called when a remote device discovery operation started by DoStartDiscovery ends successfully.

DoDiscoveryEnd receives the following parameters:

DoDiscoveryEnd calls DoDiscoveryEnd (Sender, ADeviceList) on its manager.

See Also