Click here to Skip to main content
15,891,372 members
Articles / Programming Languages / C

A Generic C-Language TCP Client Application

Rate me:
Please Sign up or sign in to vote.
3.67/5 (2 votes)
9 May 2010CPOL4 min read 29.1K   789   20  
A library for writing simple TCP client applications
<!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>TcpClient2: Class Members</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>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li class="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="globals.html"><span>All</span></a></li>
      <li><a href="globals_func.html"><span>Functions</span></a></li>
      <li><a href="globals_vars.html"><span>Variables</span></a></li>
      <li class="current"><a href="globals_type.html"><span>Typedefs</span></a></li>
      <li><a href="globals_enum.html"><span>Enumerations</span></a></li>
      <li><a href="globals_eval.html"><span>Enumerator</span></a></li>
      <li><a href="globals_defs.html"><span>Defines</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
&nbsp;<ul>
<li>bool
: <a class="el" href="config_8h.html#a6e2560c92901098cb3cd008a79dcdeba">config.h</a>
</li>
<li>cchar
: <a class="el" href="config_8h.html#a0f128c3e0c83721af0220c00554e9c4e">config.h</a>
</li>
<li>Client
: <a class="el" href="Client_8h.html#a7302c9ba9fef6f7473f52cc61bd4bc40">Client.h</a>
</li>
<li>FormatFunc
: <a class="el" href="Log_8h.html#ac88c11a455ff04f8488ca71395bde70d">Log.h</a>
</li>
<li>GenericClient
: <a class="el" href="GenericClient_8c.html#ac5e71b6665c098470d43d214ae72874b">GenericClient.c</a>
</li>
<li>Message
: <a class="el" href="Message_8h.html#a82fffef6ac8d8a796ab35b7d6a7a0dcb">Message.h</a>
</li>
<li>mutex_t
: <a class="el" href="Mutex_8h.html#a67439855fdbb969fcb9caead61ebdba2">Mutex.h</a>
</li>
<li>uchar
: <a class="el" href="config_8h.html#a65f85814a8290f9797005d3b28e7e5fc">config.h</a>
</li>
<li>uint
: <a class="el" href="config_8h.html#a91ad9478d81a7aaf2593e8d9c3d06a14">config.h</a>
</li>
<li>ulong
: <a class="el" href="config_8h.html#a718b4eb2652c286f4d42dc18a8e71a1a">config.h</a>
</li>
<li>ushort
: <a class="el" href="config_8h.html#ab95f123a6c9bcfee6a343170ef8c5f69">config.h</a>
</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Sat May 8 16:16:37 2010 for TcpClient2 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>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
zvx
Software Developer
Brazil Brazil
I'm a long-time software developer living in Brazil.

I've been developing software for retail and banking automation in C/C++ for many years now. In the old days I even did some COBOL programming, and some assembly for the 8080.

My experience ranges from low level software such as interface code for serial devices for DOS and Windows (bar code scanners, printers, cash dispensers, etc) and goes to writing end user applications for POS terminals and bank ATMs. In between I've done a great deal of TCP/IP programming using the basic Berkeley sockets interface, which is my main interest nowadays.

Comments and Discussions