SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
33:33f1bc919486
Parent:
32:ae95309643aa
Child:
35:e4e7f86fd975
--- a/Socket/Socket.h	Fri May 30 08:30:40 2014 +0000
+++ b/Socket/Socket.h	Tue Jun 03 08:53:07 2014 +0000
@@ -92,6 +92,8 @@
     int _port;
 #endif
     
+    char *getSocketSendBuf();
+
 private:
 
 //    int select(struct timeval *timeout, bool read, bool write);