System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Gestionnaire de l'événement OnDiscoveryEnd du gestionnaire de votre composant.

DoInternalDiscoveryEnd est une méthode protégée appelée lorsque l'événement OnDiscoveryEnd du gestionnaire de votre composant se produit, suite à un appel précédent à DiscoverDevices. Elle reçoit les paramètres suivants :

DoInternalDiscoveryEnd est responsable des opérations suivantes :

Voir aussi