System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 :

  • AData est la chaîne de commandes à traiter.
  • RemoteConnectionString est l'adresse IP et le port d'origine de la chaîne de commandes.

Voir aussi