System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendCommand(const AConnection, AData: string); virtual; abstract;

C++

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

Propriétés

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


Description

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