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

Reads bytes from the connected remote profile and returns them.

See Also