LiVES
1.6.4-svn
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
src
htmsocket.h
Go to the documentation of this file.
1
/*htm sockets*/
2
3
void
*
OpenHTMSocket
(
const
char
*host,
int
portnumber, gboolean sender);
4
5
gboolean
lives_stream_out
(
void
*htmsendhandle,
size_t
length_in_bytes,
void
*buffer);
6
7
ssize_t
lives_stream_in
(
void
*htmrecvhandle,
size_t
length,
void
*buffer, gboolean block);
8
9
void
CloseHTMSocket
(
void
*htmsendhandle);
10
Generated on Mon Apr 29 2013 18:34:11 for LiVES by
1.8.1.1