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

116 lines
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>struct Upnp_Discovery</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>struct <A HREF="#DOC.DOCU">Upnp_Discovery</A></H2></H2><BLOCKQUOTE>Returned in a <B>UPNP_DISCOVERY_RESULT</B> callback.</BLOCKQUOTE>
<HR>
<P><DL>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.9">Date</A></B>[LINE_SIZE]
<DD><I>Date when the response was generated.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>SOCKADDRIN* <B><A HREF="#DOC.1.4.2.11.11">DestAddr</A></B>
<DD><I>The host address of the device responding to the search.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.3">DeviceId</A></B>[LINE_SIZE]
<DD><I>The unique device identifier.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.4">DeviceType</A></B>[LINE_SIZE]
<DD><I>The device type.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.1.4.2.11.1">ErrCode</A></B>
<DD><I>The result code of the <B>UpnpSearchAsync</B> call.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.1.4.2.11.2">Expires</A></B>
<DD><I>The expiration time of the advertisement.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.10">Ext</A></B>[LINE_SIZE]
<DD><I>Confirmation that the MAN header was understood by the device.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.7">Location</A></B>[LINE_SIZE]
<DD><I>The URL to the UPnP description document for the device.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.8">Os</A></B>[LINE_SIZE]
<DD><I>The operating system the device is running.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.5">ServiceType</A></B>[LINE_SIZE]
<DD><I>The service type.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.11.6">ServiceVer</A></B>[LINE_SIZE]
<DD><I>The service version.</I>
</DL></P>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Returned in a <B>UPNP_DISCOVERY_RESULT</B> callback. </BLOCKQUOTE>
<DL>
<A NAME="ErrCode"></A>
<A NAME="DOC.1.4.2.11.1"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int ErrCode</B></TT>
<DD>The result code of the <B>UpnpSearchAsync</B> call.
<DL><DT><DD></DL><P>
<A NAME="Expires"></A>
<A NAME="DOC.1.4.2.11.2"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int Expires</B></TT>
<DD>The expiration time of the advertisement.
<DL><DT><DD></DL><P>
<A NAME="DeviceId"></A>
<A NAME="DOC.1.4.2.11.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char DeviceId[LINE_SIZE]</B></TT>
<DD>The unique device identifier.
<DL><DT><DD></DL><P>
<A NAME="DeviceType"></A>
<A NAME="DOC.1.4.2.11.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char DeviceType[LINE_SIZE]</B></TT>
<DD>The device type.
<DL><DT><DD></DL><P>
<A NAME="ServiceType"></A>
<A NAME="DOC.1.4.2.11.5"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char ServiceType[LINE_SIZE]</B></TT>
<DD>The service type.
<DL><DT><DD></DL><P>
<A NAME="ServiceVer"></A>
<A NAME="DOC.1.4.2.11.6"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char ServiceVer[LINE_SIZE]</B></TT>
<DD>The service version.
<DL><DT><DD></DL><P>
<A NAME="Location"></A>
<A NAME="DOC.1.4.2.11.7"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char Location[LINE_SIZE]</B></TT>
<DD>The URL to the UPnP description document for the device.
<DL><DT><DD></DL><P>
<A NAME="Os"></A>
<A NAME="DOC.1.4.2.11.8"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char Os[LINE_SIZE]</B></TT>
<DD>The operating system the device is running.
<DL><DT><DD></DL><P>
<A NAME="Date"></A>
<A NAME="DOC.1.4.2.11.9"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char Date[LINE_SIZE]</B></TT>
<DD>Date when the response was generated.
<DL><DT><DD></DL><P>
<A NAME="Ext"></A>
<A NAME="DOC.1.4.2.11.10"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char Ext[LINE_SIZE]</B></TT>
<DD>Confirmation that the MAN header was understood by the device.
<DL><DT><DD></DL><P>
<A NAME="DestAddr"></A>
<A NAME="DOC.1.4.2.11.11"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>SOCKADDRIN* DestAddr</B></TT>
<DD>The host address of the device responding to the search.
<DL><DT><DD></DL><P></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>