System.Tether.Manager.TTetheringProfile.DoSendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); virtual;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Envoie la commande spécifiée en utilisant la connexion spécifiée.

SendCommand appelle DoSendCommand.

Voir aussi