websGetRequestWritten GoAhead WebServer API GoAhead EMF

Synopsis

Returns the number of bytes written to the requesting browser.

Prototype

 #include "webs.h"
 
 int websGetRequestWritten(); 

Parameters

None

Description

The websGetRequestWritten procedure returns the number of bytes written to the requesting browser.

Return Value

Returns an integer value containing the number of bytes written. If no bytes were written, 0 is returned.

Example

 nbytes = websGetRequestWritten(); 

Stability Classification

Stable.

See Also

websGetRequestBytes