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: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: TCPServer.h
- Revision:
- 77:b66a6984ed2d
- Parent:
- 75:dea0cdb42241
- Child:
- 78:0914f9b9b24b
--- a/TCPServer.h Tue Apr 05 09:07:28 2016 -0500
+++ b/TCPServer.h Tue Apr 05 09:16:47 2016 -0500
@@ -20,6 +20,7 @@
#include "Socket.h"
#include "TCPSocket.h"
+#include "NetworkInterface.h"
/** TCP Server.
*/
@@ -27,7 +28,7 @@
public:
/** TCP Server lifetime
*/
- TCPServer();
+ TCPServer(NetworkInterface *iface);
~TCPServer();
/** Bind a socket to a specific port
