mUPnP for C
http_server_list.c File Reference
#include <mupnp/http/http.h>
#include <mupnp/net/interface.h>
#include <mupnp/util/log.h>

Functions

mUpnpHttpServerListmupnp_http_serverlist_new ()
 
void mupnp_http_serverlist_delete (mUpnpHttpServerList *httpServerList)
 
bool mupnp_http_serverlist_open (mUpnpHttpServerList *httpServerList, int port)
 
bool mupnp_http_serverlist_close (mUpnpHttpServerList *httpServerList)
 
bool mupnp_http_serverlist_start (mUpnpHttpServerList *httpServerList)
 
bool mupnp_http_serverlist_stop (mUpnpHttpServerList *httpServerList)
 
void mupnp_http_serverlist_setlistener (mUpnpHttpServerList *httpServerList, MUPNP_HTTP_LISTENER listener)
 
void mupnp_http_serverlist_setuserdata (mUpnpHttpServerList *httpServerList, void *value)
 

Function Documentation

◆ mupnp_http_serverlist_close()

bool mupnp_http_serverlist_close ( mUpnpHttpServerList * httpServerList)

◆ mupnp_http_serverlist_delete()

void mupnp_http_serverlist_delete ( mUpnpHttpServerList * httpServerList)

◆ mupnp_http_serverlist_new()

mUpnpHttpServerList * mupnp_http_serverlist_new ( void )

◆ mupnp_http_serverlist_open()

bool mupnp_http_serverlist_open ( mUpnpHttpServerList * httpServerList,
int port )

◆ mupnp_http_serverlist_setlistener()

void mupnp_http_serverlist_setlistener ( mUpnpHttpServerList * httpServerList,
MUPNP_HTTP_LISTENER listener )

◆ mupnp_http_serverlist_setuserdata()

void mupnp_http_serverlist_setuserdata ( mUpnpHttpServerList * httpServerList,
void * value )

◆ mupnp_http_serverlist_start()

bool mupnp_http_serverlist_start ( mUpnpHttpServerList * httpServerList)

◆ mupnp_http_serverlist_stop()

bool mupnp_http_serverlist_stop ( mUpnpHttpServerList * httpServerList)