System.Bluetooth.TBluetoothManager.OnDiscoveryEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager


Beschreibung

Wenn Sie StartDiscovery aufrufen, starten Sie eine Ermittlungsoperation, um Remote-Geräte mithilfe von Bluetooth zu finden. OnDiscoveryEnd wird ausgelöst, wenn die Ermittlungsoperation beendet wird.

Die Ereignisbehandlungsroutine von OnDiscoveryEnd erhält die folgenden Parameter:

Siehe auch