System.Tether.Manager.TTetheringProtocol.DoReceiveStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReceiveStream(const AStream: TStream): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReceiveStream(System::Classes::TStream* const AStream) = 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 a stream.

See Also