LiVES  2.4.1-svn
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
htmsocket.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

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