UDPversion

Dependencies:   XBee mbed NetServicesMin

tcpip/tcp_error.h

Committer:
recotana
Date:
2012-04-15
Revision:
1:3a46d2725374
Parent:
0:84a3b029656e

File content as of revision 1:3a46d2725374:

#ifndef _TCP_ERROR_
#define _TCP_ERROR_

#include "TCPSocket.h"

void dispTcpError(TCPSocketErr err);

#endif