System.Tether.Manager.TTetheringProtocol.DoReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReceiveData: TBytes; virtual; abstract;

C++

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

Properties

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

Description

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

Receives data.

See Also