System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse
Révision datée du 27 juin 2022 à 13:25 par Yukikoi (discussion | contributions) (1 révision importée : LOC-23400)
Delphi
function ProcessResponse(const AData: string; var RemoteConnectionString: string): string; override;
C++
virtual System::UnicodeString __fastcall ProcessResponse(const System::UnicodeString AData, System::UnicodeString &RemoteConnectionString);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkManagerCommunicationThread |
Description
Gère les chaînes de commande depuis la file de commandes du gestionnaire et relaie cette information à son adaptateur.
ProcessResponse reçoit les paramètres suivants :
ADataest la chaîne de commandes à traiter.RemoteConnectionStringest l'adresse IP et le port d'origine de la chaîne de commandes.