We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782734c commit 2aac56fCopy full SHA for 2aac56f
features/netsocket/NetworkInterface.h
@@ -308,7 +308,7 @@ class NetworkInterface: public DNS {
308
* By default, interfaces are in synchronous mode which means that
309
* connect() or disconnect() blocks until it reach the target state or requested operation fails.
310
*
311
- * @param blocking Use true to set NetworkInterface in asynchronous mode.
+ * @param blocking Use false to set NetworkInterface in asynchronous mode.
312
* @return NSAPI_ERROR_OK on success
313
* @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode.
314
* @return negative error code on failure.
0 commit comments