Hauptmenü öffnen

RAD Studio API Documentation β

System.Tether.Manager.TTetheringProtocol.SendData

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


Beschreibung