System.Tether.Manager.TTetheringProtocol.SendData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SendData(const AData: string); overload; inline;
procedure SendData(const AData: TBytes); overload;

C++

void __fastcall SendData(const System::UnicodeString AData)/* overload */;
void __fastcall SendData(const System::DynamicArray<System::Byte> AData)/* overload */;

Propriétés

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


Description

Envoie les données spécifiées au protocole distant.

AData peut être un tableau d'octets ou une chaîne.

Voir aussi