NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 15:e657a90d9511
- Parent:
- 14:9e1bd182ef07
- Child:
- 21:35ed15069189
--- 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.