mirror of https://github.com/ARMmbed/mbed-os.git
review fixes
parent
85b9b23711
commit
446ab5d592
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
|
||||
/** Common interface that is shared between Ethernet hardware.
|
||||
* @addtogroup netsocket
|
||||
*/
|
||||
class EthInterface : public virtual NetworkInterface {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
|
||||
/** Common interface that is shared between mesh hardware
|
||||
* @addtogroup netsocket
|
||||
*/
|
||||
class MeshInterface : public virtual NetworkInterface {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ public:
|
|||
/** Attempt to connect to a Wi-Fi network. Requires ssid and passphrase to be set.
|
||||
* If passphrase is invalid, NSAPI_ERROR_AUTH_ERROR is returned.
|
||||
*
|
||||
* @return NSAPI_ERROR_OK on success, negative error code on failure
|
||||
* @return NSAPI_ERROR_OK on success, negative error code on failure.
|
||||
*/
|
||||
virtual nsapi_error_t connect() = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue