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:
- 20:3ad72f5406bf
- Parent:
- 19:d9fe92a1741d
- Child:
- 21:35ed15069189
--- a/SocketInterface.h Sat Aug 29 23:08:37 2015 +0000 +++ b/SocketInterface.h Fri Dec 25 19:51:33 2015 +0000 @@ -76,7 +76,7 @@ /** Get the IP address of this endpoint @return The IP address of this endpoint. */ - virtual const char *getAddress(void) = 0; + virtual const char *getAddress(void) const = 0; /** Get the port of this endpoint @return The port of this socket