server/client

Dependencies:   mbed NetServicesMin

tcp_error.h

Committer:
recotana
Date:
2012-02-23
Revision:
1:6e61ee662fd3
Parent:
0:432b571e11a3

File content as of revision 1:6e61ee662fd3:

#ifndef _TCP_ERROR_
#define _TCP_ERROR_

#include "TCPSocket.h"

void dispTcpError(TCPSocketErr err);

#endif