|
mUPnP for C
|
#include <mupnp/control/control.h>#include <mupnp/event/event.h>#include <mupnp/event/notify.h>#include <mupnp/event/property.h>#include <mupnp/event/subscriber.h>#include <mupnp/statevariable.h>#include <mupnp/util/log.h>Macros | |
| #define | mupnp_event_notify_request_getpropertylistonly(notifyReq) |
Functions | |
| static mUpnpXmlNode * | mupnp_event_notify_request_createpropertysetnode (mUpnpService *service, mUpnpStateVariable *statVar) |
| mUpnpNotifyRequest * | mupnp_event_notify_request_new (void) |
| void | mupnp_event_notify_request_delete (mUpnpNotifyRequest *notifyReq) |
| void | mupnp_event_notify_request_clear (mUpnpNotifyRequest *notifyReq) |
| void | mupnp_event_notify_request_setsid (mUpnpNotifyRequest *soapReq, char *sid) |
| bool | mupnp_event_notify_request_setpropertysetnode (mUpnpNotifyRequest *notifyReq, mUpnpSubscriber *sub, void *pservice, mUpnpStateVariable *statVar) |
| mUpnpXmlNode * | mupnp_event_notify_request_getvariablenode (mUpnpNotifyRequest *nofityReq) |
| static mUpnpProperty * | mupnp_property_createfromnode (mUpnpXmlNode *varNode) |
| mUpnpPropertyList * | mupnp_event_notify_request_getpropertylist (mUpnpNotifyRequest *notifyReq) |
| #define mupnp_event_notify_request_getpropertylistonly | ( | notifyReq | ) |
| void mupnp_event_notify_request_clear | ( | mUpnpNotifyRequest * | notifyReq | ) |
Clear Notification request
| notifyReq | Notification request |
|
static |
| void mupnp_event_notify_request_delete | ( | mUpnpNotifyRequest * | notifyReq | ) |
Delete Notification request
| notifyReq | Notification request |
| mUpnpPropertyList * mupnp_event_notify_request_getpropertylist | ( | mUpnpNotifyRequest * | nofityReq | ) |
Get property list from Notification request
| nofityReq | Notification request |
| mUpnpXmlNode * mupnp_event_notify_request_getvariablenode | ( | mUpnpNotifyRequest * | nofityReq | ) |
| mUpnpNotifyRequest * mupnp_event_notify_request_new | ( | void | ) |
Create new Notification request
| bool mupnp_event_notify_request_setpropertysetnode | ( | mUpnpNotifyRequest * | notifyReq, |
| mUpnpSubscriber * | sub, | ||
| void * | service, | ||
| mUpnpStateVariable * | statVar ) |
| void mupnp_event_notify_request_setsid | ( | mUpnpNotifyRequest * | soapReq, |
| char * | sid ) |
Set SID (Subscription ID) for notification request
| soapReq | Notification request |
| sid | SID |
|
static |