API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReceiveStream(const AStream: TStream): Boolean; override;

C++

virtual bool __fastcall DoReceiveStream(System::Classes::TStream* const AStream);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Receives a stream.

System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveStream inherits from System.Tether.Manager.TTetheringProtocol.DoReceiveStream. All content below this line refers to System.Tether.Manager.TTetheringProtocol.DoReceiveStream.

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

Receives a stream.

See Also