System.Tether.Manager.TTetheringProtocol.SendStream

From RAD Studio API Documentation
Revision as of 23:11, 15 September 2015 by L10nBot (talk | contribs) (fixed links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function SendStream(const AStream: TStream): Boolean; inline;

C++

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

Properties

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

Description

Sends the specified stream to the remote protocol and returns True on success or False on failure.

This function receives a single parameter, AStream, which is the stream to be sent.

SendStream returns False if there is a connection error during the transmission of the stream. It returns True otherwise.

SendStream calls DoSendStream.

See Also