System.Bluetooth.Components.TBluetooth.DoDiscoveryEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Wird ausgelöst, wenn DiscoverDevices beendet wird.

DiscoverDevices agiert während eines festgelegten Timeout-Zeitraums.

Siehe auch

  • System.Bluetooth.Components.TBluetooth.DoDiscoverableEnd
  • System.Bluetooth.Components.TBluetooth.CancelDiscovery