-
UpnpAcceptSubscription - UpnpAcceptSubscription accepts a subscription request and sends out the current state of the eventable variables for a service.
-
UpnpAcceptSubscriptionExt - UpnpAcceptSubscriptionExt is similar to UpnpAcceptSubscription except that it takes a DOM document for the variables to event rather than an array of strings.
-
UpnpNotify - UpnpNotify sends out an event change notification to all control points subscribed to a particular service.
-
UpnpNotifyExt - UpnpNotifyExt is similar to UpnpNotify except that it takes a DOM document for the event rather than an array of strings.
-
UpnpRenewSubscription - UpnpRenewSubscription renews a subscription that is about to expire.
-
UpnpRenewSubscriptionAsync - UpnpRenewSubscriptionAsync renews a subscription that is about to expire, generating a callback when the operation is complete.
-
UpnpSetMaxSubscriptions - UpnpSetMaxSubscriptions sets the maximum number of subscriptions accepted per service.
-
UpnpSetMaxSubscriptionTimeOut - UpnpSetMaxSubscriptionTimeOut sets the maximum time-out accepted for a subscription request or renewal.
-
UpnpSubscribe - UpnpSubscribe registers a control point to receive event notifications from another device.
-
UpnpSubscribeAsync - UpnpSubscribeAsync performs the same operation as UpnpSubscribe, but returns immediately and calls the registered callback function when the operation is complete.
-
UpnpUnSubscribe - UpnpUnSubscribe removes the subscription of a control point from a service previously subscribed to using UpnpSubscribe or UpnpSubscribeAsync.
-
UpnpUnSubscribeAsync - UpnpUnSubscribeAsync removes a subscription of a control point from a service previously subscribed to using UpnpSubscribe or UpnpSubscribeAsync, generating a callback when the operation is complete.
Alphabetic index
This page was generated with the help of DOC++.