System.Tether.Manager.TTetheringProtocol.ReadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadData: TBytes; inline; deprecated 'Use ReceiveData';

C++

System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") ();

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol

Description

Warning: ReadData is deprecated. Please use ReceiveData.

Returns an array of bytes that this method reads from the remote protocol.

See Also