Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2aa62c5bbb658df1fece777472a7bcf2 > files > 739

barry-devel-docs-0.17-0.3.20100730git.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Barry: Barry::Packet Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</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>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</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="namespaceBarry.html">Barry</a>::<a class="el" href="classBarry_1_1Packet.html">Packet</a>
  </div>
</div>
<div class="contents">
<h1>Barry::Packet Class Reference</h1><!-- doxytag: class="Barry::Packet" --><div class="dynheader">
Inheritance diagram for Barry::Packet:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1Packet__inherit__graph.png" border="0" usemap="#Barry_1_1Packet_inherit__map" alt="Inheritance graph"/></div>
<map name="Barry_1_1Packet_inherit__map" id="Barry_1_1Packet_inherit__map">
<area shape="rect" id="node3" href="classBarry_1_1DBPacket.html" title="Provides an API for building and analyzing raw DB protocol packets." alt="" coords="5,86,128,117"/><area shape="rect" id="node5" href="classBarry_1_1JLPacket.html" title="Provides an API for building and analyzing raw Javaloader protocol packets." alt="" coords="152,86,269,117"/><area shape="rect" id="node7" href="classBarry_1_1JVMPacket.html" title="Provides an API for building and analyzing raw JavaDebug protocol packets." alt="" coords="293,86,421,117"/><area shape="rect" id="node9" href="classBarry_1_1ZeroPacket.html" title="Provides an API for building and analyzing socket&#45;0 protocol packets." alt="" coords="445,86,576,117"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for Barry::Packet:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1Packet__coll__graph.png" border="0" usemap="#Barry_1_1Packet_coll__map" alt="Collaboration graph"/></div>
<map name="Barry_1_1Packet_coll__map" id="Barry_1_1Packet_coll__map">
<area shape="rect" id="node2" href="classBarry_1_1Data.html" title="Barry::Data" alt="" coords="11,6,101,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classBarry_1_1Packet-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBarry_1_1Packet.html#a764cefd38c2dc1970fccabc01044687d">Command</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the command value of the receive packet.  <a href="#a764cefd38c2dc1970fccabc01044687d"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="packet_8h_source.html#l00046">46</a> of file <a class="el" href="packet_8h_source.html">packet.h</a>.</p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a764cefd38c2dc1970fccabc01044687d"></a><!-- doxytag: member="Barry::Packet::Command" ref="a764cefd38c2dc1970fccabc01044687d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int Barry::Packet::Command </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the command value of the receive packet. </p>
<p>If receive isn't large enough, throws <a class="el" href="classBarry_1_1Error.html" title="The base class for any future derived exceptions.">Error</a>. </p>

<p>Definition at line <a class="el" href="packet_8cc_source.html#l00050">50</a> of file <a class="el" href="packet_8cc_source.html">packet.cc</a>.</p>

<p>Referenced by <a class="el" href="m__desktop_8cc_source.html#l00205">Barry::Mode::Desktop::AddRecord()</a>, <a class="el" href="m__javaloader_8cc_source.html#l00615">Barry::Mode::JavaLoader::GetScreenshot()</a>, <a class="el" href="m__desktop_8cc_source.html#l00384">Barry::Mode::Desktop::LoadDatabase()</a>, <a class="el" href="socket_8cc_source.html#l00439">Barry::SocketZero::Open()</a>, and <a class="el" href="m__javaloader_8cc_source.html#l00474">Barry::Mode::JavaLoader::StopStream()</a>.</p>

<p><div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dynsection">
<div class="center"><img src="classBarry_1_1Packet_a764cefd38c2dc1970fccabc01044687d_icgraph.png" border="0" usemap="#classBarry_1_1Packet_a764cefd38c2dc1970fccabc01044687d_icgraph_map" alt=""></div>
<map name="classBarry_1_1Packet_a764cefd38c2dc1970fccabc01044687d_icgraph_map" id="classBarry_1_1Packet_a764cefd38c2dc1970fccabc01044687d_icgraph">
<area shape="rect" id="node3" href="classBarry_1_1Mode_1_1Desktop.html#a0fec0d31ff496974acfc15fdc75f074a" title="Adds a record to the specified database." alt="" coords="252,5,484,35"/><area shape="rect" id="node5" href="classBarry_1_1Mode_1_1JavaLoader.html#a237c4ac1e59f5bbcfc57a7e6eec1cf11" title="Downloads screenshot from device, and fills info with size data and the given Data..." alt="" coords="231,58,505,89"/><area shape="rect" id="node7" href="classBarry_1_1Mode_1_1Desktop.html#a6bb1c96d6082575b5fa684dee2af51a6" title="Retrieve a database from the handheld device, using the given parser to parse the..." alt="" coords="241,111,495,142"/><area shape="rect" id="node9" href="classBarry_1_1SocketZero.html#a0b69a799052f54bd18522270fb4ce11a" title="Open a logical socket on the device." alt="" coords="283,165,453,195"/><area shape="rect" id="node15" href="classBarry_1_1Mode_1_1JavaLoader.html#aadb74f46b334a4b1ab17b9e060a63997" title="Must be called at the end of a JavaLoader session." alt="" coords="240,218,496,249"/><area shape="rect" id="node11" href="classBarry_1_1Mode_1_1Mode.html#acc4f959c1a8473562219bd0a265b004c" title="Retry a failed password attempt from the first call to Open()." alt="" coords="556,165,793,195"/><area shape="rect" id="node13" href="classBarry_1_1Mode_1_1Mode.html#a1110243f16be2b647ed9810da27abe11" title="Select device mode." alt="" coords="844,165,1023,195"/></map>
</div>
</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="packet_8h_source.html">packet.h</a></li>
<li><a class="el" href="packet_8cc_source.html">packet.cc</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>