LiVES 1.3.11-svn
Functions
src/htmsocket.h File Reference

Go to the source code of this file.

Functions

void * OpenHTMSocket (const char *host, int portnumber, gboolean sender)
gboolean lives_stream_out (void *htmsendhandle, size_t length_in_bytes, void *buffer)
ssize_t lives_stream_in (void *htmrecvhandle, size_t length, void *buffer, gboolean block)
void CloseHTMSocket (void *htmsendhandle)

Function Documentation

void CloseHTMSocket ( void *  htmsendhandle)
ssize_t lives_stream_in ( void *  htmrecvhandle,
size_t  length,
void *  buffer,
gboolean  block 
)
gboolean lives_stream_out ( void *  htmsendhandle,
size_t  length_in_bytes,
void *  buffer 
)
void* OpenHTMSocket ( const char *  host,
int  portnumber,
gboolean  sender 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines