server/client

Dependencies:   mbed NetServicesMin

Revision:
0:432b571e11a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcp_server.h	Sun Feb 19 06:21:50 2012 +0000
@@ -0,0 +1,15 @@
+#ifndef _TCP_SERVER_
+#define _TCP_SERVER_
+
+#include "TCPSocket.h"
+
+
+int serverInit(void);
+void onServerListnerEvent(TCPSocketEvent e);
+void onServerRecievetEvent(TCPSocketEvent e);
+void recieveDump(char *data , int length);
+
+
+
+
+#endif
\ No newline at end of file