#include <cybergarage/upnp/ssdp/cssdp_server.h>
#include <cybergarage/net/cinterface.h>
#include <cybergarage/util/clog.h>
Functions | |
CgUpnpSSDPServerList * | cg_upnp_ssdp_serverlist_new () |
void | cg_upnp_ssdp_serverlist_delete (CgUpnpSSDPServerList *ssdpServerList) |
BOOL | cg_upnp_ssdp_serverlist_open (CgUpnpSSDPServerList *ssdpServerList) |
BOOL | cg_upnp_ssdp_serverlist_close (CgUpnpSSDPServerList *ssdpServerList) |
BOOL | cg_upnp_ssdp_serverlist_start (CgUpnpSSDPServerList *ssdpServerList) |
BOOL | cg_upnp_ssdp_serverlist_stop (CgUpnpSSDPServerList *ssdpServerList) |
void | cg_upnp_ssdp_serverlist_setlistener (CgUpnpSSDPServerList *ssdpServerList, CG_UPNP_SSDP_LISTNER listener) |
void | cg_upnp_ssdp_serverlist_setuserdata (CgUpnpSSDPServerList *ssdpServerList, void *data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|