mirror of https://github.com/ARMmbed/mbed-os.git
NetworkInterface set_blocking() doxygen corrected
parent
782734cae2
commit
2aac56f79a
|
@ -308,7 +308,7 @@ public:
|
||||||
* By default, interfaces are in synchronous mode which means that
|
* By default, interfaces are in synchronous mode which means that
|
||||||
* connect() or disconnect() blocks until it reach the target state or requested operation fails.
|
* connect() or disconnect() blocks until it reach the target state or requested operation fails.
|
||||||
*
|
*
|
||||||
* @param blocking Use true to set NetworkInterface in asynchronous mode.
|
* @param blocking Use false to set NetworkInterface in asynchronous mode.
|
||||||
* @return NSAPI_ERROR_OK on success
|
* @return NSAPI_ERROR_OK on success
|
||||||
* @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode.
|
* @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode.
|
||||||
* @return negative error code on failure.
|
* @return negative error code on failure.
|
||||||
|
|
Loading…
Reference in New Issue