websGetRequestWritten | GoAhead WebServer API | GoAhead EMF |
Returns the number of bytes written to the requesting browser.
#include "webs.h"; int websGetRequestWritten();
None |
The websGetRequestWritten procedure returns the number of bytes written to the requesting browser.
Returns an integer value containing the number of bytes written. If no bytes written, 0 is returned.
nbytes = websGetRequestWritten();