System.Tether.Manager.TTetheringProtocol.DoOnCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnCommand(const Sender: TObject; const AConnection: TTetheringCustomComm; const ACommand: TTetheringCommand; var Response: TTetheringCommands);

C++

void __fastcall DoOnCommand(System::TObject* const Sender, System::Tether::Comm::TTetheringCustomComm* const AConnection, const TTetheringCommand &ACommand, TTetheringCommands &Response);

Properties

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

Description

Attention: TTetheringProtocol.DoOnCommand is deprecated. Please use TTetheringProfile.DoOnIncomingData.

For internal use only.

Do not use this member. It is for internal use only.

See Also