iowfehu;gdbjwHJAOPIHO?L

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
9:d2dfbf8e7f49
Parent:
8:0f302a13e21b
Child:
11:67a8c3499caf
--- a/SPWFInterface.cpp	Thu May 12 07:36:13 2016 +0000
+++ b/SPWFInterface.cpp	Fri May 13 06:59:56 2016 +0000
@@ -161,19 +161,6 @@
     return err;
 }
 
-/** Accepts a connection on a TCP socket
-     *
-     *  The server socket must be bound and set to listen for connections.
-     *  On a new connection, creates a network socket using the specified
-     *  socket instance.
-     *
-     *  By default, accept blocks until data is sent. If socket is set to
-     *  non-blocking or times out, NSAPI_ERROR_WOULD_BLOCK is returned
-     *  immediately.
-     *
-     *  @param socket   TCPSocket instance that will handle the incoming connection.
-     *  @return         0 on success, negative error code on failure
-     */
 int SpwfSAInterface::socket_accept(void **handle, void *server)
 {
     struct spwf_socket *server_socket = (struct spwf_socket *)server;