System.Bluetooth.TBluetoothManager.DoDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Répartiteur de l'événement OnDiscoveryEnd.

Quand vous appelez StartDiscovery, vous démarrez une opération de découverte pour trouver les périphériques distants en utilisant Bluetooth. Quand l'opération de découverte se termine, votre gestionnaire appelle DoDiscoveryEnd.

Ce répartiteur d'événement reçoit les paramètres suivants :

DoDiscoveryEnd:

  1. Change la valeur de FLastDiscoveredTimeStamp en l'heure en cours.
  2. Déclenche l'événement OnDiscoveryEnd, avec Sender et ADeviceList comme arguments.

Voir aussi