struct Upnp_Event_Subscribe

Returned along with a UPNP_EVENT_SUBSCRIBE_COMPLETE or UPNP_EVENT_UNSUBSCRIBE_COMPLETE callback.

[more]int ErrCode
The result of the operation.
[more]char PublisherUrl[NAME_SIZE]
The event URL being subscribed to or removed from.
[more]Upnp_SID Sid
The SID for this subscription.
[more]int TimeOut
The actual subscription time (for subscriptions only).


Documentation

Returned along with a UPNP_EVENT_SUBSCRIBE_COMPLETE or UPNP_EVENT_UNSUBSCRIBE_COMPLETE callback.
oUpnp_SID Sid
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.

oint ErrCode
The result of the operation.

ochar PublisherUrl[NAME_SIZE]
The event URL being subscribed to or removed from.

oint TimeOut
The actual subscription time (for subscriptions only).

Alphabetic index



This page was generated with the help of DOC++.