System.Tether.Manager.TTetheringProtocol.ReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReceiveData: TBytes; inline;

C++

System::DynamicArray<System::Byte> __fastcall ReceiveData();

Properties

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

Description

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

See Also