System.Tether.Manager.TTetheringProfile.DoSendCommandWithResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoSendCommandWithResponse(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand): TTetheringCommand; virtual;

C++

virtual TTetheringCommand __fastcall DoSendCommandWithResponse(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Sends the specified command using the specified connection, waits until it receives a response command, and returns the received command.

SendCommandWithResponse calls DoSendCommandWithResponse.