System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.MergeConnectionString
Delphi
function MergeConnectionString(const AConnectionWithIP, AConnectionWithPort: string): string;
C++
System::UnicodeString __fastcall MergeConnectionString(const System::UnicodeString AConnectionWithIP, const System::UnicodeString AConnectionWithPort);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkManagerCommunicationThread |
Description
Renvoie une chaîne de connexion avec l'adresse IP de AConnectionWithIP et le port de AConnectionWithPort.
Par exemple, si AConnectionWithIP vaut '203.0.113.1:2020' et que AConnectionWithPort vaut '203.0.113.2:2021', le résultat est '203.0.113.1:2021'.