API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

From RAD Studio API Documentation

Delphi

function ProcessResponse(const AData: string; var RemoteConnectionString: string): string; override;

C++

virtual System::UnicodeString __fastcall ProcessResponse(const System::UnicodeString AData, System::UnicodeString &RemoteConnectionString);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Handles input from a remote communication thread. {{#multireplace:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Handles input from a remote communication thread.

ProcessResponse parses the incoming information from a remote communication thread, and relays that information to its adapter.

ProcessResponse receives the following parameters:

  • AData is the actual data from the remote communication thread, serialized as a string.
  • RemoteConnectionString is a string that uniquely identifies the origin of the remote data.
Note: Subclasses of TTetheringManagerCommunicationThread may override ProcessResponse. For example, TTetheringNetworkManagerCommunicationThread.ProcessResponse.

See Also