ebac5fe596
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@45 119443c7-1b9e-41f8-b6fc-b9c35fce742c
109 lines
4.2 KiB
HTML
109 lines
4.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>struct Upnp_Action_Request</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>struct <A HREF="#DOC.DOCU">Upnp_Action_Request</A></H2></H2><BLOCKQUOTE>Returned as part of a <B>UPNP_CONTROL_ACTION_COMPLETE</B> callback.</BLOCKQUOTE>
|
|
|
|
<HR>
|
|
<P><DL>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.7.4">ActionName</A></B>[NAME_SIZE]
|
|
<DD><I>The Action Name.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>IXML_Document* <B><A HREF="#DOC.1.4.2.7.7">ActionRequest</A></B>
|
|
<DD><I>The DOM document describing the action.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>IXML_Document* <B><A HREF="#DOC.1.4.2.7.8">ActionResult</A></B>
|
|
<DD><I>The DOM document describing the result of the action.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>struct in_addr <B><A HREF="#DOC.1.4.2.7.9">CtrlPtIPAddr</A></B>
|
|
<DD><I>IP address of the control point requesting this action.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.7.5">DevUDN</A></B>[NAME_SIZE]
|
|
<DD><I>The unique device ID.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.1.4.2.7.1">ErrCode</A></B>
|
|
<DD><I>The result of the operation.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.7.3">ErrStr</A></B>[LINE_SIZE]
|
|
<DD><I>The error string in case of error.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>char <B><A HREF="#DOC.1.4.2.7.6">ServiceID</A></B>[NAME_SIZE]
|
|
<DD><I>The service ID.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>IXML_Document* <B><A HREF="#DOC.1.4.2.7.10">SoapHeader</A></B>
|
|
<DD><I>The DOM document containing the information from the the SOAP header.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.1.4.2.7.2">Socket</A></B>
|
|
<DD><I>The socket number of the connection to the requestor.</I>
|
|
</DL></P>
|
|
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>Returned as part of a <B>UPNP_CONTROL_ACTION_COMPLETE</B> callback. </BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="ErrCode"></A>
|
|
<A NAME="DOC.1.4.2.7.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int ErrCode</B></TT>
|
|
<DD>The result of the operation.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Socket"></A>
|
|
<A NAME="DOC.1.4.2.7.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int Socket</B></TT>
|
|
<DD>The socket number of the connection to the requestor.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ErrStr"></A>
|
|
<A NAME="DOC.1.4.2.7.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char ErrStr[LINE_SIZE]</B></TT>
|
|
<DD>The error string in case of error.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ActionName"></A>
|
|
<A NAME="DOC.1.4.2.7.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char ActionName[NAME_SIZE]</B></TT>
|
|
<DD>The Action Name.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="DevUDN"></A>
|
|
<A NAME="DOC.1.4.2.7.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char DevUDN[NAME_SIZE]</B></TT>
|
|
<DD>The unique device ID.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ServiceID"></A>
|
|
<A NAME="DOC.1.4.2.7.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>char ServiceID[NAME_SIZE]</B></TT>
|
|
<DD>The service ID.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ActionRequest"></A>
|
|
<A NAME="DOC.1.4.2.7.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>IXML_Document* ActionRequest</B></TT>
|
|
<DD>The DOM document describing the action.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ActionResult"></A>
|
|
<A NAME="DOC.1.4.2.7.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>IXML_Document* ActionResult</B></TT>
|
|
<DD>The DOM document describing the result of the action.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="CtrlPtIPAddr"></A>
|
|
<A NAME="DOC.1.4.2.7.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>struct in_addr CtrlPtIPAddr</B></TT>
|
|
<DD>IP address of the control point requesting this action.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="SoapHeader"></A>
|
|
<A NAME="DOC.1.4.2.7.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>IXML_Document* SoapHeader</B></TT>
|
|
<DD>The DOM document containing the information from the
|
|
the SOAP header.
|
|
<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>
|