LiVES  2.8.4
Functions
htmsocket.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include "main.h"
#include "htmsocket.h"

Functions

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

Function Documentation

◆ CloseHTMSocket()

void CloseHTMSocket ( void *  htmsendhandle)

◆ lives_stream_in()

ssize_t lives_stream_in ( void *  htmrecvhandle,
size_t  length,
void *  buffer,
int  bfsize 
)

◆ lives_stream_out()

boolean lives_stream_out ( void *  htmsendhandle,
size_t  length,
void *  buffer 
)

◆ OpenHTMSocket()

void* OpenHTMSocket ( const char *  host,
int  portnumber,
boolean  sender 
)