Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 10:50b0a3f840df
- Parent:
- 7:b147c08301be
- Child:
- 11:47c32687a44c
diff -r 26b257519de9 -r 50b0a3f840df NetworkInterface.h
--- a/NetworkInterface.h Thu Jun 18 15:24:55 2015 +0000
+++ b/NetworkInterface.h Wed Jul 15 15:41:11 2015 +0000
@@ -45,7 +45,7 @@
@param timeout_ms Time in miliseconds to wait while attempting to connect before timing out
@returns 0 on success, a negative number on failure
*/
- virtual int32_t connect(uint32_t timeout_ms=15000) const = 0;
+ virtual int32_t connect(uint32_t timeout_ms = 15000) const = 0;
/** Stop the interface, bringing down dhcp if necessary.
@returns 0 on success, a negative number on failure
