API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand

De RAD Studio API Documentation

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.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread

Description

Envoie un message à l'adaptateur distant. {{#multireplace:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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