UDPversion

Dependencies:   XBee mbed NetServicesMin

Revision:
0:84a3b029656e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcpip/tcp_error.h	Sat Apr 14 03:53:45 2012 +0000
@@ -0,0 +1,8 @@
+#ifndef _TCP_ERROR_
+#define _TCP_ERROR_
+
+#include "TCPSocket.h"
+
+void dispTcpError(TCPSocketErr err);
+
+#endif