System.Bluetooth.Components.TBluetooth.DoDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Raises when DiscoverDevices ends.

DiscoverDevices acts during a specific Timeout.

See Also