#include <cybergarage/upnp/cupnp.h>
#include <cybergarage/util/clog.h>
#include <time.h>
#include <stdlib.h>
Functions | |
char * | cg_upnp_createuuid (char *uuidBuf) |
char * | cg_upnp_getservername (char *buf, int bufSize) |
void | cg_upnp_setnmprmode (BOOL onFlag) |
BOOL | cg_upnp_isnmprmode () |
Variables | |
static BOOL | isUpnpNMPRMode = FALSE |
|
Create a UUID (Universally Unique IDentifier) based on a semi-random value using current time.
|
|
Get the server name ("OSname/OSversion/UPnP/<version> CyberLinkC/<version>")
|
|
Check whether NMPR (Intel Networked Media Product Requirements) mode is on.
|
|
Enable/disable NMPR (Intel Networked Media Product Requirements) mode.
|
|
|