API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData

From RAD Studio API Documentation

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 data to a connected client. {{#multireplace:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringProtocol.DoSendData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringProtocol.DoSendData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Note: This is an abstract method that technology-specific subclasses of TTetheringProtocol implement.

Sends data to a connected client.

See Also