aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a03634.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a03634.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'docs/doxygen/nel/a03634.html')
-rw-r--r--docs/doxygen/nel/a03634.html418
1 files changed, 418 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03634.html b/docs/doxygen/nel/a03634.html
new file mode 100644
index 00000000..ad433104
--- /dev/null
+++ b/docs/doxygen/nel/a03634.html
@@ -0,0 +1,418 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>NeL: NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection struct Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection Struct Reference</h1><code>#include &lt;<a class="el" href="a06646.html">unified_network.h</a>&gt;</code>
+<p>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+The connection structure.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00261">261</a> of file <a class="el" href="a06646.html">unified_network.h</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><a class="el" href="a04558.html#a13">uint64</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona0">getAppId</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona1">reset</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona2">setAppId</a> (<a class="el" href="a04558.html#a13">uint64</a> appid)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona3">TConnection</a> (<a class="el" href="a02306.html">CCallbackNetBase</a> *cbnb, <a class="el" href="a02303.html">TSockId</a> hi)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona4">TConnection</a> (<a class="el" href="a02305.html">CCallbackClient</a> *cbc)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona5">TConnection</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona6">valid</a> ()</td></tr>
+
+<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02306.html">CCallbackNetBase</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">If it s a client connection, it's the client connection otherwise it s the server connection. <a href="#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02303.html">TSockId</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">If it s a server connection, it's the host id, it s InvalidId if it s a client. <a href="#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">If the current service is connect to the other service as a server or a client. <a href="#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2"></a><br><br></td></tr>
+</table>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona5" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00270">270</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a06646.html#l00268">HostId</a>, and <a class="el" href="a06646.html#l00264">IsServerConnection</a>.
+<p>
+<div class="fragment"><pre>00270 : <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a>(<span class="keyword">false</span>), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>(NULL), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a>(InvalidSockId) { }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona4" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02305.html">CCallbackClient</a> *&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>cbc</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00271">271</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a06646.html#l00268">HostId</a>, and <a class="el" href="a06646.html#l00264">IsServerConnection</a>.
+<p>
+<div class="fragment"><pre>00271 : <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a>(<span class="keyword">false</span>), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>(cbc), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a>(InvalidSockId) { }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona3" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::TConnection </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a02306.html">CCallbackNetBase</a> *&nbsp;</td>
+ <td class="mdname" nowrap> <em>cbnb</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a02303.html">TSockId</a>&nbsp;</td>
+ <td class="mdname" nowrap> <em>hi</em></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00272">272</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a06646.html#l00268">HostId</a>, <a class="el" href="a06646.html#l00264">IsServerConnection</a>, and <a class="el" href="a05511.html#l00042">NLNET::TSockId</a>.
+<p>
+<div class="fragment"><pre>00272 : <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a>(<span class="keyword">true</span>), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>(cbnb), <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a>(hi) { }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona0" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::getAppId" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a13">uint64</a> NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::getAppId </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00275">275</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a05515.html#l00063">NLNET::CBufSock::appId()</a>, <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a02306.html#NLNET_1_1CCallbackNetBasea15">NLNET::CCallbackNetBase::getSockId()</a>, <a class="el" href="a06646.html#l00268">HostId</a>, and <a class="el" href="a05981.html#l00102">uint64</a>.
+<p>
+<div class="fragment"><pre>00275 { <span class="keywordflow">return</span> <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>-&gt;getSockId (HostId)-&gt;appId (); }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona1" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::reset" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::reset </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">void&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00285">285</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a05527.html#l00138">NLNET::CCallbackNetBase::disconnect()</a>, <a class="el" href="a06646.html#l00268">HostId</a>, and <a class="el" href="a06646.html#l00264">IsServerConnection</a>.
+<p>
+<div class="fragment"><pre>00286 {
+00287 <span class="keywordflow">if</span> (<a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a> != 0)
+00288 {
+00289 <span class="keywordflow">if</span> (<a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a>)
+00290 {
+00291 <span class="keywordflow">if</span> (<a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a> != InvalidSockId)
+00292 <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>-&gt;disconnect (HostId);
+00293 }
+00294 <span class="keywordflow">else</span>
+00295 {
+00296 <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>-&gt;disconnect ();
+00297 <span class="keyword">delete</span> <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>;
+00298 }
+00299 }
+00300 <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a> = 0;
+00301 <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a> = <span class="keyword">false</span>;
+00302 <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a> = InvalidSockId;
+00303 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona2" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::setAppId" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::setAppId </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a13">uint64</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>appid</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00274">274</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a02306.html#NLNET_1_1CCallbackNetBasea15">NLNET::CCallbackNetBase::getSockId()</a>, <a class="el" href="a06646.html#l00268">HostId</a>, <a class="el" href="a05515.html#l00060">NLNET::CBufSock::setAppId()</a>, and <a class="el" href="a05981.html#l00102">uint64</a>.
+<p>
+<div class="fragment"><pre>00274 { <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a>-&gt;getSockId (HostId)-&gt;setAppId (appid); }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiona6" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::valid" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::valid </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00277">277</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+References <a class="el" href="a06646.html#l00266">CbNetBase</a>, <a class="el" href="a06646.html#l00268">HostId</a>, and <a class="el" href="a06646.html#l00264">IsServerConnection</a>.
+<p>
+<div class="fragment"><pre>00278 {
+00279 <span class="keywordflow">if</span>(<a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">IsServerConnection</a>)
+00280 <span class="keywordflow">return</span> <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a> != 0 &amp;&amp; <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">HostId</a> != InvalidSockId;
+00281 <span class="keywordflow">else</span>
+00282 <span class="keywordflow">return</span> <a class="code" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">CbNetBase</a> != 0;
+00283 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::CbNetBase" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02306.html">CCallbackNetBase</a>* <a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono0">NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::CbNetBase</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+If it s a client connection, it's the client connection otherwise it s the server connection.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00266">266</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+Referenced by <a class="el" href="a06646.html#l00275">getAppId()</a>, <a class="el" href="a06646.html#l00285">reset()</a>, <a class="el" href="a06646.html#l00274">setAppId()</a>, <a class="el" href="a06646.html#l00270">TConnection()</a>, and <a class="el" href="a06646.html#l00277">valid()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::HostId" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02303.html">TSockId</a> <a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono1">NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::HostId</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+If it s a server connection, it's the host id, it s InvalidId if it s a client.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00268">268</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+Referenced by <a class="el" href="a06646.html#l00275">getAppId()</a>, <a class="el" href="a06646.html#l00285">reset()</a>, <a class="el" href="a06646.html#l00274">setAppId()</a>, <a class="el" href="a06646.html#l00270">TConnection()</a>, and <a class="el" href="a06646.html#l00277">valid()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2" doxytag="NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::IsServerConnection" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool <a class="el" href="a03634.html#NLNET_1_1CUnifiedNetwork_1_1CUnifiedConnection_1_1TConnectiono2">NLNET::CUnifiedNetwork::CUnifiedConnection::TConnection::IsServerConnection</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+If the current service is connect to the other service as a server or a client.
+<p>
+
+<p>
+Definition at line <a class="el" href="a06646.html#l00264">264</a> of file <a class="el" href="a06646.html">unified_network.h</a>.
+<p>
+Referenced by <a class="el" href="a06646.html#l00285">reset()</a>, <a class="el" href="a06646.html#l00270">TConnection()</a>, and <a class="el" href="a06646.html#l00277">valid()</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li><a class="el" href="a06646.html">unified_network.h</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:07:20 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>