System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoInternalDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); overload;

C++

void __fastcall DoInternalDiscoveryEnd(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDeviceList* const ADeviceList)/* overload */;

Properties

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

Description

Handler of the OnDiscoveryEnd event of the manager of your component.

DoInternalDiscoveryEnd is a protected method that is called when the OnDiscoveryEnd event of the manager of your component occurs, as a result of a previous call to DiscoverDevices, and receives the following parameters:

DoInternalDiscoveryEnd is responsible for:

See Also