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.
Dependencies: DnsQuery
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: SocketInterface.h
- Revision:
- 17:412be55c4ee8
- Parent:
- 16:658d4943c753
- Child:
- 19:d9fe92a1741d
--- a/SocketInterface.h Sun Jul 26 19:34:04 2015 +0000 +++ b/SocketInterface.h Sun Jul 26 21:53:54 2015 +0000 @@ -83,7 +83,7 @@ */ virtual uint16_t getPort(void) const = 0; protected: - char* _addr; + const char* _addr; uint16_t _port; };