API:System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendCommand(const AConnection, AData: string); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Envoie un message à l'adaptateur distant.

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.DoSendCommand hérite de System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand.

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TTetheringManagerCommunicationThread spécifiques à la technologie.

Envoie un message à l'adaptateur distant.

Pour les communications Classic Bluetooth, TTetheringBluetoothManagerCommunicationThread.DoSendCommand implémente cette méthode.

Voir aussi