System.Tether.Manager.TTetheringManagerCommunicationThread.CreateDiscoverProfilesTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateDiscoverProfilesTimer(const AConnection: string; Timeout: Cardinal);

C++

void __fastcall CreateDiscoverProfilesTimer(const System::UnicodeString AConnection, unsigned Timeout);

Properties

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

Description

Creates an internal timer with the specified timeout.

StartProfilesDiscovery calls CreateDiscoverProfilesTimer to start the discovery of remote profiles in a remote adapter (AConnection) and for a given time (Timeout).

CreateDiscoverProfilesTimer calls the specified event handler when the specified time passes unless you stop the timer manually.

See Also