System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoveryEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Behandlungsroutine des Ereignisses OnDiscoveryEnd des Managers Ihrer Komponente.

DoInternalDiscoveryEnd ist eine protected-Methode, die aufgerufen wird, wenn das Ereignis OnDiscoveryEnd des Managers Ihrer Komponente als Ergebnis eines vorherigen Aufrufs von DiscoverDevices ausgelöst wird. Die Methode empfängt die folgenden Parameter:

DoInternalDiscoveryEnd ist verantwortlich für:

Siehe auch