System.Tether.Manager.TTetheringProfile.SendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SendCommand(const AProfile: TTetheringProfileInfo; const ACommand: TTetheringCommand); overload;
procedure SendCommand(const AConnection: TTetheringConnection; const ACommand: TTetheringCommand); overload;

C++

void __fastcall SendCommand(const TTetheringProfileInfo &AProfile, const TTetheringCommand &ACommand)/* overload */;
void __fastcall SendCommand(TTetheringConnection* const AConnection, const TTetheringCommand &ACommand)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
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 ou la connexion du profil distant spécifié.

SendCommand appelle DoSendCommand.

Voir aussi