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:
35:e4e7f86fd975
Parent:
33:33f1bc919486
Child:
39:a1233ca02edf
--- a/Socket/Socket.h	Mon Jun 09 08:28:07 2014 +0000
+++ b/Socket/Socket.h	Tue Jun 10 10:19:48 2014 +0000
@@ -84,14 +84,6 @@
     int  mSocketID;
     bool _blocking;
     int _timeout;
-#if 0
-    GSwifi * _wifi;
-
-    bool _server;
-    int _cid;
-    int _port;
-#endif
-    
     char *getSocketSendBuf();
 
 private: