Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > dc51c7d3f8a5588a609f484ef81504ee > files > 57

libfastcgipp-devel-1.1-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>fastcgi++: Fastcgipp::Protocol::UnknownType Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceFastcgipp.html">Fastcgipp</a>::<a class="el" href="namespaceFastcgipp_1_1Protocol.html">Protocol</a>::<a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html">UnknownType</a>
  </div>
</div>
<div class="contents">
<h1>Fastcgipp::Protocol::UnknownType Class Reference</h1><!-- doxytag: class="Fastcgipp::Protocol::UnknownType" -->Data structure used as the body for FastCGI records with a RecordType of UNKNOWN_TYPE.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>&gt;</code>
<p>

<p>
<a href="classFastcgipp_1_1Protocol_1_1UnknownType-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#3b1494b8769dfdf692ec215a040967ef">setType</a> (<a class="el" href="namespaceFastcgipp_1_1Protocol.html#79e41b489a9b2c0374eee108d375b646">RecordType</a> type_)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the record type that is unknown.  <a href="#3b1494b8769dfdf692ec215a040967ef"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#7c6c94722d751b613d65f6cfd83adb2a">type</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unknown record type.  <a href="#7c6c94722d751b613d65f6cfd83adb2a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#177532beef927c24337df82aa1cfe52c">reserved</a> [7]</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Reseved for future use and body padding.  <a href="#177532beef927c24337df82aa1cfe52c"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Data structure used as the body for FastCGI records with a RecordType of UNKNOWN_TYPE. 
<p>
This structure defines the body used in FastCGI UNKNOWN_TYPE records. It can be casted to raw 8 byte blocks of data and transmitted as is. An UNKNOWN_TYPE record is sent as a reply to record types that are not recognized. 
<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00278">278</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="3b1494b8769dfdf692ec215a040967ef"></a><!-- doxytag: member="Fastcgipp::Protocol::UnknownType::setType" ref="3b1494b8769dfdf692ec215a040967ef" args="(RecordType type_)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Fastcgipp::Protocol::UnknownType::setType           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespaceFastcgipp_1_1Protocol.html#79e41b489a9b2c0374eee108d375b646">RecordType</a>&nbsp;</td>
          <td class="paramname"> <em>type_</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the record type that is unknown. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>type_</em>&nbsp;</td><td>The unknown record type </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00285">285</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

<p>References <a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#7c6c94722d751b613d65f6cfd83adb2a">type</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="7c6c94722d751b613d65f6cfd83adb2a"></a><!-- doxytag: member="Fastcgipp::Protocol::UnknownType::type" ref="7c6c94722d751b613d65f6cfd83adb2a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint8_t <a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#7c6c94722d751b613d65f6cfd83adb2a">Fastcgipp::Protocol::UnknownType::type</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Unknown record type. 
<p>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00288">288</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

<p>Referenced by <a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#3b1494b8769dfdf692ec215a040967ef">setType()</a>.</p>

</div>
</div><p>
<a class="anchor" name="177532beef927c24337df82aa1cfe52c"></a><!-- doxytag: member="Fastcgipp::Protocol::UnknownType::reserved" ref="177532beef927c24337df82aa1cfe52c" args="[7]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint8_t <a class="el" href="classFastcgipp_1_1Protocol_1_1UnknownType.html#177532beef927c24337df82aa1cfe52c">Fastcgipp::Protocol::UnknownType::reserved</a>[7]<code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Reseved for future use and body padding. 
<p>

<p>Definition at line <a class="el" href="protocol_8hpp-source.html#l00290">290</a> of file <a class="el" href="protocol_8hpp-source.html">protocol.hpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="protocol_8hpp-source.html">protocol.hpp</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 16 15:17:48 2008 for fastcgi++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>