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... |
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
.
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
.