libupnp/docs/dist/html/upnp/Eventing.html
2006-07-06 12:37:29 +00:00

68 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Eventing</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2> <A HREF="#DOC.DOCU">Eventing</A></H2></H2><A NAME="DOC.DOCU"></A>
<HR>
<DL>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpAcceptSubscription"></A>
<A HREF=UpnpAcceptSubscription.html><B>UpnpAcceptSubscription</B></A><DD><I><B>UpnpAcceptSubscription</B> accepts a subscription request and sends out the current state of the eventable variables for a service.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpAcceptSubscriptionExt"></A>
<A HREF=UpnpAcceptSubscriptionExt.html><B>UpnpAcceptSubscriptionExt</B></A><DD><I><B>UpnpAcceptSubscriptionExt</B> is similar to <B>UpnpAcceptSubscription</B> except that it takes a DOM document for the variables to event rather than an array of strings.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpNotify"></A>
<A HREF=UpnpNotify.html><B>UpnpNotify</B></A><DD><I><B>UpnpNotify</B> sends out an event change notification to all control points subscribed to a particular service.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpNotifyExt"></A>
<A HREF=UpnpNotifyExt.html><B>UpnpNotifyExt</B></A><DD><I><B>UpnpNotifyExt</B> is similar to <B>UpnpNotify</B> except that it takes a DOM document for the event rather than an array of strings.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpRenewSubscription"></A>
<A HREF=UpnpRenewSubscription.html><B>UpnpRenewSubscription</B></A><DD><I><B>UpnpRenewSubscription</B> renews a subscription that is about to expire.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpRenewSubscriptionAsync"></A>
<A HREF=UpnpRenewSubscriptionAsync.html><B>UpnpRenewSubscriptionAsync</B></A><DD><I><B>UpnpRenewSubscriptionAsync</B> renews a subscription that is about to expire, generating a callback when the operation is complete.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpSetMaxSubscriptions"></A>
<A HREF=UpnpSetMaxSubscriptions.html><B>UpnpSetMaxSubscriptions</B></A><DD><I><B>UpnpSetMaxSubscriptions</B> sets the maximum number of subscriptions accepted per service.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpSetMaxSubscriptionTimeOut"></A>
<A HREF=UpnpSetMaxSubscriptionTimeOut.html><B>UpnpSetMaxSubscriptionTimeOut</B></A><DD><I><B>UpnpSetMaxSubscriptionTimeOut</B> sets the maximum time-out accepted for a subscription request or renewal.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpSubscribe"></A>
<A HREF=UpnpSubscribe.html><B>UpnpSubscribe</B></A><DD><I><B>UpnpSubscribe</B> registers a control point to receive event notifications from another device.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpSubscribeAsync"></A>
<A HREF=UpnpSubscribeAsync.html><B>UpnpSubscribeAsync</B></A><DD><I><B>UpnpSubscribeAsync</B> performs the same operation as <B>UpnpSubscribe</B>, but returns immediately and calls the registered callback function when the operation is complete.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpUnSubscribe"></A>
<A HREF=UpnpUnSubscribe.html><B>UpnpUnSubscribe</B></A><DD><I><B>UpnpUnSubscribe</B> removes the subscription of a control point from a service previously subscribed to using <B>UpnpSubscribe</B> or <B>UpnpSubscribeAsync</B>.</I>
<DT>
<IMG ALT="o" BORDER=0 SRC=icon1.gif><A NAME="UpnpUnSubscribeAsync"></A>
<A HREF=UpnpUnSubscribeAsync.html><B>UpnpUnSubscribeAsync</B></A><DD><I><B>UpnpUnSubscribeAsync</B> removes a subscription of a control point from a service previously subscribed to using <B>UpnpSubscribe</B> or <B>UpnpSubscribeAsync</B>, generating a callback when the operation is complete.</I>
</DL>
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>