⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 client_8h-source.html

📁 C++ TCPIP and UDPIP library of classes
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>client.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body bgcolor="#ffffff"><!-- Generated by Doxygen 1.2.13.1 --><h1>client.h</h1><a href="client_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 00032 <font class="preprocessor">#include "<a class="code" href="tcpip_8h.html">tcpip.h</a>"</font>00033 00034 <a name="l00041"></a><a class="code" href="classclient.html">00041</a> <font class="keyword">class </font><a class="code" href="classclient.html">client</a> : <font class="keyword">public</font> <a class="code" href="classtcpip.html">tcpip</a>00042 {00043  <font class="keyword">public</font>:00050   <a class="code" href="classclient.html#a0">client</a> ();00057   <a class="code" href="classclient.html#a1">~client</a> ();00058  <font class="keyword">protected</font>:00065   <font class="keywordtype">char</font>* <a class="code" href="classclient.html#b0">get_recived</a>();00074   <font class="keywordtype">void</font> <a class="code" href="classclient.html#b1">send</a> (<font class="keywordtype">char</font>* host, <font class="keywordtype">char</font>* service, <font class="keywordtype">char</font>* packet);00085   <font class="keywordtype">bool</font> <a class="code" href="classclient.html#b2">recive</a> (<font class="keywordtype">char</font>* host, <font class="keywordtype">char</font>* service, <font class="keywordtype">char</font>* packet);00086  <font class="keyword">private</font>:<a name="l00091"></a><a class="code" href="classclient.html#o0">00091</a>   <font class="keywordtype">char</font>* <a class="code" href="classclient.html#o0">recived</a>;00092 };00093 </pre></div><hr><address><small>&copy; 2002 &nbsp; Marcin Caban 'Cabko' and Borys Wisniewski 'Boria'</small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -