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: EthernetInterface.h
- Branch:
- api-changes
- Revision:
- 41:3ec1c97e9bbf
- Parent:
- 26:9774a2edad71
- Child:
- 63:531f4c27f360
--- a/EthernetInterface.h Mon Feb 22 23:52:09 2016 -0600
+++ b/EthernetInterface.h Tue Feb 23 04:01:38 2016 -0600
@@ -27,10 +27,9 @@
{
public:
/** Start the interface
- * @param timeout_ms Time in milliseconds to wait for a connection
* @return 0 on success
*/
- virtual int32_t connect(uint32_t timeout_ms = 15000) = 0;
+ virtual int32_t connect() = 0;
/** Stop the interface
* @return 0 on success
