UDPversion

Dependencies:   XBee mbed NetServicesMin

Revision:
0:84a3b029656e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcpip/tcp_server.h	Sat Apr 14 03:53:45 2012 +0000
@@ -0,0 +1,20 @@
+#ifndef _TCP_SERVER_
+#define _TCP_SERVER_
+
+#include "UDPSocket.h"
+
+
+
+int serverInit(void);
+
+void onUDPSocketEvent(UDPSocketEvent e);
+/*
+void onServerListnerEvent(TCPSocketEvent e);
+void onServerRecievetEvent(TCPSocketEvent e);
+*/
+void recieveDump(char *data , int length);
+
+
+
+
+#endif
\ No newline at end of file