System.Tether.Manager.TTetheringAdapter.CancelProfilesDiscovery

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure CancelProfilesDiscovery(const ARemoteManager: TTetheringManagerInfo);

C++

void __fastcall CancelProfilesDiscovery(const TTetheringManagerInfo &ARemoteManager);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


Description

Annule une opération de découverte d'un profil démarrée par StartProfilesDiscovery.

CancelProfilesDiscovery appelle DestroyDiscoverProfilesTimer pour mettre fin au minuteur de profils de découverte.

CancelProfilesDiscovery reçoit un paramètre unique, ARemoteManager, qui est le TTetheringManagerInfo du gestionnaire distant.

Vous n'avez pas besoin d'appeler TTetheringAdapter.CancelProfilesDiscovery, car il est automatiquement appelé lorsque vous appelez TTetheringManager.CancelDiscoverProfiles sur le gestionnaire de votre adaptateur.

Voir aussi