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:
30:944b8c04b5ff
Child:
34:8c3527b8f44e
--- a/Socket/TCPSocketConnection.cpp	Thu May 29 03:23:21 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp	Fri May 30 08:30:40 2014 +0000
@@ -255,3 +255,8 @@
 
     return i;
 }
+
+void TCPSocketConnection::setAcceptSocket( int socket_id )
+{
+    mSocketID = socket_id;
+}