libUPnP
1.6.17
|
#include <upnp.h>
Data Fields | |
Upnp_SID | Sid |
int | EventKey |
IXML_Document * | ChangedVariables |
Returned along with a { UPNP_EVENT_RECEIVED} callback.
IXML_Document* Upnp_Event::ChangedVariables |
The DOM tree representing the changes generating the event.
Referenced by gena_process_notification_event(), and SampleUtil_PrintEvent().
int Upnp_Event::EventKey |
The event sequence number.
Referenced by gena_process_notification_event(), and SampleUtil_PrintEvent().
Upnp_SID Upnp_Event::Sid |
The subscription ID for this subscription.
Referenced by gena_process_notification_event(), and SampleUtil_PrintEvent().