LiVES
2.4.1-svn
|
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) |
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 | ||
) |