System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.DoDiscoverManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapterCommon

Description

Starts the discovery of remote managers for connection to the manager of this network adapter..

DoDiscoverManagers receives the following parameters:

  • Timeout is the time (in milliseconds) that the discovery should last before the adapter registers in its manager any discovered remote manager.
  • ATargetList is a list of one or more targets for the discovery. Valid values, as well as the behavior when no value is specified, are specific of each TTetheringNetworkAdapterCommon subclass.

See Also