Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: Socket/TCPSocketConnection.cpp
- 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;
+}

Murata TypeYD