System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSendData(const AData: TBytes); override;

C++

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

Properties

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

Description

Sends the data to the connected remote profile.

If it cannot send the data, it tries to reconnect once to the client and send the data again.

See Also