w3comm.h File Reference

Convenient communication functions (to get rid of thr messy read/write stuff). More...


Functions

boolean w3SendData (const void* data, size_t size, int sock)
Send data through a connection. More...

void* w3ReceiveData (unsigned int *size, int sock)
Receive data through a connection. More...


Detailed Description

Convenient communication functions (to get rid of thr messy read/write stuff).


Function Documentation

boolean w3SendData (const void * data, size_t size, int sock)

Send data through a connection.

Sends data in void *data of size size_t size to con.

Author(s):
Christian Gosch

void * w3ReceiveData (unsigned int * size, int sock)

Receive data through a connection.

Receives data from con into void *data. The size of the received block is stored in size.

Author(s):
Christian Gosch

Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999