ghj
Fork of WizFi310Interface_Legacy by
Diff: Socket/TCPSocketServer.h
- Revision:
- 2:7b906ee634bb
- Parent:
- 0:774ff1e8b26b
--- a/Socket/TCPSocketServer.h Tue May 02 00:31:36 2017 +0000 +++ b/Socket/TCPSocketServer.h Mon Nov 27 05:26:43 2017 +0000 @@ -54,6 +54,7 @@ \param connection A TCPSocketConnection instance that will handle the incoming connection. \return 0 on success, -1 on failure. */ + int accept(TCPSocketConnection& connection); };