System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand

From RAD Studio API Documentation
Revision as of 15:03, 30 March 2016 by AChaves (talk | contribs) (RS-75896)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure DoSendCommand(const AConnection, AData: string); override;

C++

virtual void __fastcall DoSendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData);

Properties

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

Description

Method that sends a command string to a remote network communication thread.

DoSendCommand receives the following parameters:

  • AConnection is the IP address and port of the other end of the communication.
  • AData is the command string to send.

See Also