System.Tether.Manager.TTetheringAdapter.CancelProfilesDiscovery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelProfilesDiscovery(const ARemoteManager: TTetheringManagerInfo);

C++

void __fastcall CancelProfilesDiscovery(const TTetheringManagerInfo &ARemoteManager);

Properties

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

Description

Cancels a profile discovery operation started by StartProfilesDiscovery.

CancelProfilesDiscovery calls DestroyDiscoverProfilesTimer to end the discovery profiles timer.

CancelProfilesDiscovery receives a single parameter, ARemoteManager, which is the TTetheringManagerInfo of the remote manager.

You do not need to call TTetheringAdapter.CancelProfilesDiscovery, it is called automatically when you call TTetheringManager.CancelDiscoverProfiles on the manager of your adapter.

See Also