Difference between revisions of "System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand"
(RS-75896) |
(RS-75896) |
||
| Line 3: | Line 3: | ||
{{#ifeq: {{PAGENAME}} | System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand | |{{InheritsFrom|System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand}}}} | {{#ifeq: {{PAGENAME}} | System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand | |{{InheritsFrom|System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand}}}} | ||
| − | <section begin=short /> | + | <section begin=short />Sends a command string to a remote network communication thread.<section end=short /> |
[[System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand|DoSendCommand]] receives the following parameters: | [[System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand|DoSendCommand]] receives the following parameters: | ||
Latest revision as of 15:53, 30 March 2016
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
Sends a command string to a remote network communication thread.
DoSendCommand receives the following parameters:
AConnectionis the IP address and port of the other end of the communication.ADatais the command string to send.