SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

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:
 
 };