libUPnP
1.6.17
|
#include <upnp.h>
Data Fields | |
Upnp_SID | Sid |
int | ErrCode |
UpnpString * | PublisherUrl |
int | TimeOut |
Returned along with a { UPNP_EVENT_SUBSCRIBE_COMPLETE} or { UPNP_EVENT_UNSUBSCRIBE_COMPLETE} callback.
The result of the operation.
Referenced by GenaAutoRenewSubscription(), SampleUtil_PrintEvent(), ScheduleGenaAutoRenew(), and UpnpThreadDistribution().
The event URL being subscribed to or removed from.
Referenced by SampleUtil_PrintEvent(), ScheduleGenaAutoRenew(), and UpnpThreadDistribution().
The SID for this subscription. For subscriptions, this only contains a valid SID if the { Upnp_EventSubscribe.result} field contains a { UPNP_E_SUCCESS} result code. For unsubscriptions, this contains the SID from which the subscription is being unsubscribed.
Referenced by GenaAutoRenewSubscription(), SampleUtil_PrintEvent(), ScheduleGenaAutoRenew(), and UpnpThreadDistribution().
The actual subscription time (for subscriptions only).
Referenced by GenaAutoRenewSubscription(), SampleUtil_PrintEvent(), ScheduleGenaAutoRenew(), and UpnpThreadDistribution().