System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Ihr Adapter ruft DoDiscoveryEnd auf, wenn die von DoStartDiscovery gestartete Ermittlung eines Remote-Gerätes erfolgreich beendet wird.

DoDiscoveryEnd akzeptiert die folgenden Parameter:

DoDiscoveryEnd ruft TBluetoothLEManager.DoDiscoveryEnd (Sender, ADeviceList) für seinen Manager auf.

Siehe auch