LiVES
3.2.0
src
htmsocket.h
Go to the documentation of this file.
1
/*htm sockets*/
2
3
void
*
OpenHTMSocket
(
const
char
*host,
int
portnumber,
boolean
sender);
4
5
boolean
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,
int
bfsize);
8
9
void
CloseHTMSocket
(
void
*htmsendhandle);
10
lives_stream_out
boolean lives_stream_out(void *htmsendhandle, size_t length_in_bytes, void *buffer)
Definition:
htmsocket.c:158
OpenHTMSocket
void * OpenHTMSocket(const char *host, int portnumber, boolean sender)
Definition:
htmsocket.c:40
lives_stream_in
ssize_t lives_stream_in(void *htmrecvhandle, size_t length, void *buffer, int bfsize)
Definition:
htmsocket.c:163
CloseHTMSocket
void CloseHTMSocket(void *htmsendhandle)
Definition:
htmsocket.c:173
Generated on Sun Dec 20 2020 14:12:48 for LiVES by
1.8.20