CAEN Utility  2.0.2
Utilities for CAEN projects
Safe versions of recv() and send()
Collaboration diagram for Safe versions of recv() and send():

Functions

c_ssize_t c_recv (const c_socket_t *sckt, void *buffer, size_t totSize)
 
c_ssize_t c_send (const c_socket_t *sckt, const void *buffer, size_t totSize)
 

Detailed Description

Function Documentation

◆ c_recv()

c_ssize_t c_recv ( const c_socket_t sckt,
void *  buffer,
size_t  totSize 
)

Definition at line 165 of file CAENSocket.c.

Here is the caller graph for this function:

◆ c_send()

c_ssize_t c_send ( const c_socket_t sckt,
const void *  buffer,
size_t  totSize 
)

Definition at line 228 of file CAENSocket.c.

Here is the caller graph for this function: