System.Tether.Manager.TTetheringManagerCommunicationThread.DestroyDiscoverProfilesTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyDiscoverProfilesTimer(const AConnection: string);

C++

void __fastcall DestroyDiscoverProfilesTimer(const System::UnicodeString AConnection);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Stops the internal timer created for discovery profiles in a remote manager.

TTetheringAdapter.CancelProfilesDiscovery calls DestroyDiscoverProfilesTimer to stop the timer for discovery remote profiles in a remote adapter (AConnection).

The local manager processes the response from a remote manager. If the pairing state is Paired and the received response is a TetheringBeginProfiles request, DestroyDiscoverProfilesTimer is called.

See Also