Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 598246a3099b0106d22dd5249478d3b7 > files > 263

ccrtp-devel-1.7.1-2.fc12.i686.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>ccRTP: DestinationListHandler::TransportAddress Struct 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.5.9 -->
<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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</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="class_destination_list_handler.html">DestinationListHandler</a>::<a class="el" href="struct_destination_list_handler_1_1_transport_address.html">TransportAddress</a>
  </div>
</div>
<div class="contents">
<h1>DestinationListHandler::TransportAddress Struct Reference</h1><!-- doxytag: class="DestinationListHandler::TransportAddress" --><code>#include &lt;<a class="el" href="oqueue_8h_source.html">oqueue.h</a>&gt;</code>
<p>

<p>
<a href="struct_destination_list_handler_1_1_transport_address-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">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#60aa0ef60a9e3e2f8862d870c6f62f75">TransportAddress</a> (InetAddress na, tpport_t dtp, tpport_t ctp)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const InetAddress &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#9bdd7a4751fb3ce4fea7e4a0d91c46a2">getNetworkAddress</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">tpport_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#e227cbf2b726e722fc2d5eb8ddc67fd3">getDataTransportPort</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">tpport_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#710d2238cffb1d5aa991b8523c33d2c4">getControlTransportPort</a> () const </td></tr>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">InetAddress&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#42ec4db1574aa82cec065c216cd51b8d">networkAddress</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">tpport_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#7b30e037b2b6f73572fd34423eb31a08">dataTransportPort</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">tpport_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_destination_list_handler_1_1_transport_address.html#8cc54d8dae51d37cf6cb1e3845e416c1">controlTransportPort</a></td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="60aa0ef60a9e3e2f8862d870c6f62f75"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::TransportAddress" ref="60aa0ef60a9e3e2f8862d870c6f62f75" args="(InetAddress na, tpport_t dtp, tpport_t ctp)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">DestinationListHandler::TransportAddress::TransportAddress           </td>
          <td>(</td>
          <td class="paramtype">InetAddress&nbsp;</td>
          <td class="paramname"> <em>na</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">tpport_t&nbsp;</td>
          <td class="paramname"> <em>dtp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">tpport_t&nbsp;</td>
          <td class="paramname"> <em>ctp</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="710d2238cffb1d5aa991b8523c33d2c4"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::getControlTransportPort" ref="710d2238cffb1d5aa991b8523c33d2c4" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">tpport_t DestinationListHandler::TransportAddress::getControlTransportPort           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="e227cbf2b726e722fc2d5eb8ddc67fd3"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::getDataTransportPort" ref="e227cbf2b726e722fc2d5eb8ddc67fd3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">tpport_t DestinationListHandler::TransportAddress::getDataTransportPort           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="9bdd7a4751fb3ce4fea7e4a0d91c46a2"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::getNetworkAddress" ref="9bdd7a4751fb3ce4fea7e4a0d91c46a2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const InetAddress&amp; DestinationListHandler::TransportAddress::getNetworkAddress           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="8cc54d8dae51d37cf6cb1e3845e416c1"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::controlTransportPort" ref="8cc54d8dae51d37cf6cb1e3845e416c1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">tpport_t <a class="el" href="struct_destination_list_handler_1_1_transport_address.html#8cc54d8dae51d37cf6cb1e3845e416c1">DestinationListHandler::TransportAddress::controlTransportPort</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="7b30e037b2b6f73572fd34423eb31a08"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::dataTransportPort" ref="7b30e037b2b6f73572fd34423eb31a08" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">tpport_t <a class="el" href="struct_destination_list_handler_1_1_transport_address.html#7b30e037b2b6f73572fd34423eb31a08">DestinationListHandler::TransportAddress::dataTransportPort</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="42ec4db1574aa82cec065c216cd51b8d"></a><!-- doxytag: member="DestinationListHandler::TransportAddress::networkAddress" ref="42ec4db1574aa82cec065c216cd51b8d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">InetAddress <a class="el" href="struct_destination_list_handler_1_1_transport_address.html#42ec4db1574aa82cec065c216cd51b8d">DestinationListHandler::TransportAddress::networkAddress</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="oqueue_8h_source.html">oqueue.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jul 24 21:42:25 2009 for ccRTP by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>