System.Tether.Manager.TTetheringAdapter.DoDiscoverManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoverManagers(Timeout: Cardinal; const ATargetList: TTetheringTargetHosts; const AProfileGroups, AProfileTexts: TArray<string>); virtual; abstract;

C++

virtual void __fastcall DoDiscoverManagers(unsigned Timeout, const System::DynamicArray<System::UnicodeString> ATargetList, const System::DynamicArray<System::UnicodeString> AProfileGroups, const System::DynamicArray<System::UnicodeString> AProfileTexts) = 0 ;

Properties

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

Description

Virtual abstract method to be implemented in child classes to start the discovery of remote managers for connection to the Manager of the adapter.

Depending on the type of the adapter, the implementation of DoDiscoverManagers is done in one of these child classes:

See Also