System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveStream
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
Reads a stream from the connected remote profile into the specified stream parameter.
If DoReceiveStream successfully reads the stream, it returns True
. Otherwise, it returns False
.