API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendData(const AData: TBytes); override;

C++

virtual void __fastcall DoSendData(const System::DynamicArray<System::Byte> AData);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Envoie des données à un client connecté.

System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData hérite de System.Tether.Manager.TTetheringProtocol.DoSendData. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringProtocol.DoSendData.

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

Envoie des données à un client connecté.

Voir aussi