System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

De RAD Studio API Documentation
Révision datée du 27 avril 2015 à 14:43 par Evab (discussion | contributions) (1 version : Updated in WM. LOC-18200)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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