System.Tether.Manager.TTetheringManagerCommunicationThread.CancelDiscoverProfilesTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelDiscoverProfilesTimer(const AConnection: string);

C++

void __fastcall CancelDiscoverProfilesTimer(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 timer created at the beginning of the profile discovery.

Accepts a AConnection parameter and uses that parameter to determine which instance of TNetworkInfo.EndProfilesTimer to stop.

CancelProfilesDiscovery calls this function.

See Also