System.Tether.Manager.TTetheringProtocol.SendStream

From RAD Studio API Documentation
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