NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Revision 15:e657a90d9511, committed 2015-07-22
- Comitter:
- sarahmarshy
- Date:
- Wed Jul 22 20:55:37 2015 +0000
- Parent:
- 14:9e1bd182ef07
- Child:
- 16:658d4943c753
- Commit message:
- Updating
Changed in this revision
NetworkInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/NetworkInterface.h Wed Jul 22 20:16:57 2015 +0000 +++ b/NetworkInterface.h Wed Jul 22 20:55:37 2015 +0000 @@ -52,7 +52,7 @@ /** Stop the interface, bringing down dhcp if necessary. @returns 0 on success, a negative number on failure */ - virtual int32_t disconnect(void) const = 0; + virtual int32_t disconnect(void) = 0; /** Get the current IP address. @returns a pointer to a string containing the IP address.