server/client

Dependencies:   mbed NetServicesMin

tcp_error.h

Committer:
recotana
Date:
2012-02-19
Revision:
0:432b571e11a3

File content as of revision 0:432b571e11a3:

#ifndef _TCP_ERROR_
#define _TCP_ERROR_

#include "TCPSocket.h"

void dispTcpError(TCPSocketErr err);

#endif