System.Tether.Manager.TTetheringManagerCommunicationThread.SendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SendCommand(const AConnection, AData: string);

C++

void __fastcall SendCommand(const System::UnicodeString AConnection, const System::UnicodeString AData);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread


Description

Appelle DoSendCommand pour envoyer des données à un adaptateur distant.

Si le TTetheringAdapter a un gestionnaire de tethering et que son TTetheringManager est Enabled, SendCommand appelle DoSendCommand.

Voir aussi