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.
Dependents: NetRelais TCP_Client_Example TCP_Server_Example UDP_Server_Example ... more
Diff: ip/address.hpp
- Revision:
- 2:e283a0062097
- Parent:
- 0:00d5bc4b46e1
- Child:
- 3:d30db8752485
--- a/ip/address.hpp Tue Jul 17 15:19:47 2012 +0000 +++ b/ip/address.hpp Tue Jul 17 18:31:22 2012 +0000 @@ -52,10 +52,12 @@ explicit Address(const char *address); explicit Address(const std::string &address); + int fromString(const char *address); int fromString(const std::string &address); std::string toString(); int fromHostname(const char *hostname); + int fromHostname(const std::string &hostname); void fromNative(const int address); int toNative();