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 l'entrée à partir d'un thread de communication distant.

ProcessResponse analyse les informations entrantes à partir d'un thread de communication distant et transmet ces informations à son adaptateur.

ProcessResponse reçoit les paramètres suivants :

  • AData correspond aux données réelles du thread de communication distant, sérialisées comme une chaîne.
  • RemoteConnectionString est une chaîne qui identifie de façon unique l'origine des données distantes.

Voir aussi