NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Revision 10:50b0a3f840df, committed 2015-07-15
- Comitter:
- sam_grove
- Date:
- Wed Jul 15 15:41:11 2015 +0000
- Parent:
- 9:26b257519de9
- Child:
- 11:47c32687a44c
- Commit message:
- Spacing update
Changed in this revision
NetworkInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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