UDPversion

Dependencies:   XBee mbed NetServicesMin

Revision:
0:84a3b029656e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcpip/tcp_client.h	Sat Apr 14 03:53:45 2012 +0000
@@ -0,0 +1,18 @@
+#ifndef _TCP_CLIENT_
+#define _TCP_CLIENT_
+
+#include "EthernetNetIf.h"
+#include "TCPSocket.h"
+#include "data_models.h"
+
+
+void clientInit(void);
+int udpSend(char *data,int length);
+int udpSendPayload(Payload *_payload);
+
+
+void connectCheckStart();
+void checkConnect(void);
+
+
+#endif
\ No newline at end of file