System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

From RAD Studio API Documentation
Jump to: navigation, search

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 command strings from the manager command queue, and relays that information to its adapter.

ProcessResponse receives the following parameters:

  • AData is the command string to process.
  • RemoteConnectionString is the IP address and port of origin of the command string.

See Also