API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReceiveData: TBytes; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoReceiveData();

Properties

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

Description

Receives data.

System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveData inherits from System.Tether.Manager.TTetheringProtocol.DoReceiveData. All content below this line refers to System.Tether.Manager.TTetheringProtocol.DoReceiveData.

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

Receives data.

See Also