Port of LwIP performed by Ralf in 2010. Not recommended for use with recent mbed libraries, but good demos of raw LwIP possible

Dependents:   LwIP_raw_API_serverExample tiny-dtls

Embed: (wiki syntax)

« Back to documentation index

TCPItem Class Reference

TCPItem Class Reference

A simple object which provides the base for all TCP enabled objects. More...

#include <TCPItem.h>

Inherited by TCPConnection, and TCPListener.


Detailed Description

A simple object which provides the base for all TCP enabled objects.

Do not ues it directly unless you know what you doing. Normaly what you want to use is TCPListener or TCPConnector.

Definition at line 16 of file TCPItem.h.