SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
32:ae95309643aa
Parent:
30:944b8c04b5ff
Child:
34:8c3527b8f44e
diff -r 15c22824cc46 -r ae95309643aa Socket/TCPSocketConnection.cpp
--- 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;
+}