System.Tether.Manager.TTetheringAdapter.AddManagerInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddManagerInfo(const AManagerIdentifier, AManagerName, AManagerText, AConnectionString: string; AVersion: Integer);

C++

void __fastcall AddManagerInfo(const System::UnicodeString AManagerIdentifier, const System::UnicodeString AManagerName, const System::UnicodeString AManagerText, const System::UnicodeString AConnectionString, int AVersion);

Properties

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

Description

Adds a TTetheringManagerInfo entry with the specified data to the internal list of remote managers.

The following table shows how the provided parameters map to the properties of the resulting instance of TTetheringManagerInfo:

Parameter Property

AManagerIdentifier

ManagerIdentifier

AManagerName

ManagerName

AManagerText

ManagerText

AConnectionString

ConnectionString

AVersion

Version

Only implementations of TTetheringAdapter, such as TTetheringNetworkAdapter, need to use this method.

See Also