#include <cybergarage/typedef.h>Defines | |
| #define | CG_UPNP_UUID_NAME "uuid" |
| #define | CG_UPNP_UUID_MAX_LEN (5 + ((4+1)*4) + 1) |
| #define | CG_UPNP_SEVERNAME_MAXLEN 64 |
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 () |
|
|
|
|
|
|
|
|
|
|
|
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.
|
1.4.6