Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 68d373e54fb21da3730c08bede406633 > files > 442

libCommonC++1.9_3-devel-1.9.4-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UDPDuplex class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.5 on Thu Oct 4 15:33:02 2001 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>UDPDuplex  Class Reference</h1>UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts. Unreliable Datagram Peer Associations. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="socket_h-source.html">socket.h</a>&gt;</code>
<p>
<p>Inheritance diagram for UDPDuplex:
<p><center><img src="class_udpduplex.gif" usemap="#UDPDuplex_map" border="0"></center>
<map name="UDPDuplex_map">
<area href="class_udptransmit.html" alt="UDPTransmit" shape="rect" coords="0,56,84,80">
<area href="class_udpreceive.html" alt="UDPReceive" shape="rect" coords="94,56,178,80">
<area href="class_udpsocket.html" alt="UDPSocket" shape="rect" coords="0,0,84,24">
<area href="class_udpsocket.html" alt="UDPSocket" shape="rect" coords="94,0,178,24">
</map>
<a href="class_udpduplex-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="class_udpduplex.html#a0">UDPDuplex</a> (const <a class="el" href="class_inetaddress.html">InetAddress</a> &amp;bind, <a class="el" href="socket_h.html#a2">tpport_t</a> port)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Create a UDP duplex as a pair of UDP simplex objects bound to alternating and interconnected port addresses.</em> <a href="#a0">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="socket_h.html#a60">sockerror_t</a>&nbsp;</td><td valign=bottom><a class="el" href="class_udpduplex.html#a1">Connect</a> (const <a class="el" href="class_inethostaddress.html">InetHostAddress</a> &amp;host, <a class="el" href="socket_h.html#a2">tpport_t</a> port)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Associate the duplex with a specified peer host.</em> <a href="#a1">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="socket_h.html#a60">sockerror_t</a>&nbsp;</td><td valign=bottom><a class="el" href="class_udpduplex.html#a2">Disconnect</a> (void)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Disassociate this duplex from any host connection.</em> <a href="#a2">More...</a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts. Unreliable Datagram Peer Associations.
<p>
Two UDP sockets are typically used on alternating port addresses to assure that sender and receiver data does not collide or echo back. A UDP Duplex is commonly used for full duplex real-time streaming of UDP data between hosts.
<p>
<dl compact><dt>
<b>Author(s): </b><dd>
 David Sugar &lt;<a href="mailto:dyfet@ostel.com">dyfet@ostel.com</a>&gt; </dl>
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="UDPDuplex::UDPDuplex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
UDPDuplex::UDPDuplex (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_inetaddress.html">InetAddress</a> &amp; <em>bind</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="socket_h.html#a2">tpport_t</a> <em>port</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Create a UDP duplex as a pair of UDP simplex objects bound to alternating and interconnected port addresses.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>bind</em>
&nbsp;</td><td>
 address to bind this socket to. </td></tr>
<tr><td valign=top><em>port</em>
&nbsp;</td><td>
 number to bind sender. </td></tr>
<tr><td valign=top><em>port</em>
&nbsp;</td><td>
 number to bind reciever. </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a1" doxytag="UDPDuplex::Connect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="socket_h.html#a60">sockerror_t</a> UDPDuplex::Connect (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_inethostaddress.html">InetHostAddress</a> &amp; <em>host</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="socket_h.html#a2">tpport_t</a> <em>port</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Associate the duplex with a specified peer host.
<p>
Both the sender and receiver will be interconnected with the remote host.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 0 on success, error code on error. </dl><dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>host</em>
&nbsp;</td><td>
 address to connect socket to. </td></tr>
<tr><td valign=top><em>port</em>
&nbsp;</td><td>
 number to connect socket to. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="class_udptransmit.html#b2">UDPTransmit</a>.    </td>
  </tr>
</table>
<a name="a2" doxytag="UDPDuplex::Disconnect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="socket_h.html#a60">sockerror_t</a> UDPDuplex::Disconnect (
          </b></td>
          <td valign="bottom"><b>
void&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Disassociate this duplex from any host connection.
<p>
No data should be read or written until a connection is established.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 0 on success, error code on error. </dl>
<p>
Reimplemented from <a class="el" href="class_udptransmit.html#b4">UDPTransmit</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="socket_h-source.html">socket.h</a></ul>
<hr><address><small>Generated at Thu Oct 4 15:33:02 2001 for CommonC++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.5 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>