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:
32:ae95309643aa
Parent:
29:6a0ba999597d
Child:
39:a1233ca02edf
--- a/Socket/TCPSocketConnection.h	Thu May 29 03:23:21 2014 +0000
+++ b/Socket/TCPSocketConnection.h	Fri May 30 08:30:40 2014 +0000
@@ -80,6 +80,7 @@
      */
     int receive(char *data_p, int length);
     
+    void setAcceptSocket( int socket_id );
 private:
 
 };