185 lines
9.8 KiB
HTML

<!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>wxLua: /mnt/share/devel/lua/wxLua/modules/wxluasocket/include/wxlsock.h File 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.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_15d5a205ad383328522db6a6be296af1.html">modules</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_7cd3065828d87458b0d7ef005e985a57.html">wxluasocket</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_a857424e6167482505b0cee7befbe354.html">include</a>
</div>
</div>
<div class="contents">
<h1>wxlsock.h File Reference</h1><code>#include &quot;<a class="el" href="wxluasocketdefs_8h_source.html">wxluasocket/include/wxluasocketdefs.h</a>&quot;</code><br/>
<code>#include &lt;unistd.h&gt;</code><br/>
<code>#include &lt;sys/types.h&gt;</code><br/>
<code>#include &lt;sys/socket.h&gt;</code><br/>
<code>#include &lt;netinet/in.h&gt;</code><br/>
<code>#include &lt;cerrno&gt;</code><br/>
<code>#include &lt;netdb.h&gt;</code><br/>
<code>#include &lt;arpa/inet.h&gt;</code><br/>
<code>#include &quot;wx/socket.h&quot;</code><br/>
<div class="dynheader">
Include dependency graph for wxlsock.h:</div>
<div class="dynsection">
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
</div>
<p><a href="wxlsock_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwxLuaSocketBase.html">wxLuaSocketBase</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwxLuaCSocket.html">wxLuaCSocket</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwxLuawxSocket.html">wxLuawxSocket</a></td></tr>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#a26769957ec1a2beaf223f33b66ee64ab">INVALID_SOCKET</a>&nbsp;&nbsp;&nbsp;-1</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#a633b0396ff93d336a088412a190a5072">SOCKET_ERROR</a>&nbsp;&nbsp;&nbsp;-1</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#ab8d2ae8532f7f1a85345500eacfd3b84">SD_SEND</a>&nbsp;&nbsp;&nbsp;1</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#a06a11612afb43fedd0194d8b59cb02ed">SD_BOTH</a>&nbsp;&nbsp;&nbsp;2</td></tr>
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#ad02a431b803b224450f8fcb371b5127d">socket_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="classwxLuaCSocket.html">wxLuaCSocket</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#a4a01c351beb404ceb5c232d26cb44e15">wxLuaSocket</a></td></tr>
<tr><td colspan="2"><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class WXDLLIMPEXP_WXLUADEBUG&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxlsock_8h.html#a1fdd8670657fe9588ba3e185a3ecc69a">wxLuaDebugData</a></td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="a26769957ec1a2beaf223f33b66ee64ab"></a><!-- doxytag: member="wxlsock.h::INVALID_SOCKET" ref="a26769957ec1a2beaf223f33b66ee64ab" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define INVALID_SOCKET&nbsp;&nbsp;&nbsp;-1</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00028">28</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
<p>Referenced by <a class="el" href="wxlsock_8cpp_source.html#l00409">wxLuaCSocket::Accept()</a>, <a class="el" href="wxlsock_8cpp_source.html#l00430">wxLuaCSocket::Connect()</a>, and <a class="el" href="wxlsock_8cpp_source.html#l00367">wxLuaCSocket::Listen()</a>.</p>
</div>
</div>
<a class="anchor" id="a06a11612afb43fedd0194d8b59cb02ed"></a><!-- doxytag: member="wxlsock.h::SD_BOTH" ref="a06a11612afb43fedd0194d8b59cb02ed" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define SD_BOTH&nbsp;&nbsp;&nbsp;2</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00042">42</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
<p>Referenced by <a class="el" href="wxldtarg_8cpp_source.html#l00153">wxLuaDebugTarget::Stop()</a>, and <a class="el" href="wxldserv_8cpp_source.html#l00728">wxLuaDebuggerCServer::StopServer()</a>.</p>
</div>
</div>
<a class="anchor" id="ab8d2ae8532f7f1a85345500eacfd3b84"></a><!-- doxytag: member="wxlsock.h::SD_SEND" ref="ab8d2ae8532f7f1a85345500eacfd3b84" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define SD_SEND&nbsp;&nbsp;&nbsp;1</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00041">41</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
</div>
</div>
<a class="anchor" id="a633b0396ff93d336a088412a190a5072"></a><!-- doxytag: member="wxlsock.h::SOCKET_ERROR" ref="a633b0396ff93d336a088412a190a5072" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define SOCKET_ERROR&nbsp;&nbsp;&nbsp;-1</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00029">29</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
<p>Referenced by <a class="el" href="wxlsock_8cpp_source.html#l00556">wxLuaCSocket::Close()</a>, <a class="el" href="wxlsock_8cpp_source.html#l00430">wxLuaCSocket::Connect()</a>, <a class="el" href="wxlsock_8cpp_source.html#l00367">wxLuaCSocket::Listen()</a>, <a class="el" href="wxlsock_8cpp_source.html#l00515">wxLuaCSocket::Read()</a>, and <a class="el" href="wxlsock_8cpp_source.html#l00486">wxLuaCSocket::Write()</a>.</p>
</div>
</div>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="ad02a431b803b224450f8fcb371b5127d"></a><!-- doxytag: member="wxlsock.h::socket_type" ref="ad02a431b803b224450f8fcb371b5127d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef int <a class="el" href="wxlsock_8h.html#ad02a431b803b224450f8fcb371b5127d">socket_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00119">119</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
</div>
</div>
<a class="anchor" id="a4a01c351beb404ceb5c232d26cb44e15"></a><!-- doxytag: member="wxlsock.h::wxLuaSocket" ref="a4a01c351beb404ceb5c232d26cb44e15" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classwxLuaCSocket.html">wxLuaCSocket</a> <a class="el" href="classwxLuaCSocket.html">wxLuaSocket</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00239">239</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
</div>
</div>
<hr/><h2>Variable Documentation</h2>
<a class="anchor" id="a1fdd8670657fe9588ba3e185a3ecc69a"></a><!-- doxytag: member="wxlsock.h::wxLuaDebugData" ref="a1fdd8670657fe9588ba3e185a3ecc69a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">class WXDLLIMPEXP_WXLUADEBUG <a class="el" href="classwxLuaDebugData.html">wxLuaDebugData</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlsock_8h_source.html#l00015">15</a> of file <a class="el" href="wxlsock_8h_source.html">wxlsock.h</a>.</p>
</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 13 10:30:39 2010 for wxLua by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>