System.Tether.Manager.TTetheringAdapter.AddManagerInfo
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);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringAdapter |
Description
Ajoute une entrée TTetheringManagerInfo avec les données spécifiées à la liste interne des gestionnaires distants.
Le tableau suivant montre comment les paramètres fournis sont mappés sur les propriétés de l'instance résultante de TTetheringManagerInfo :
| Paramètre | Propriété |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seules les implémentations de TTetheringAdapter, comme TTetheringNetworkAdapter, ont besoin d'utiliser cette méthode.