NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 10:50b0a3f840df
- Parent:
- 7:b147c08301be
- Child:
- 11:47c32687a44c
--- 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