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
- Branch:
- api-changes
- Revision:
- 31:7f15b95f2a1d
- Parent:
- 28:163fbe3263f4
- Child:
- 32:2c5fc105fc50
--- a/SocketInterface.h Mon Feb 22 21:03:38 2016 +0000 +++ b/SocketInterface.h Mon Feb 22 22:51:03 2016 +0000 @@ -36,13 +36,6 @@ class SocketInterface { public: - /** Set the URL of the socket - * Performs DNS lookup if necessary - * @param url URL to connect to - * @return 0 on success - */ - virtual int32_t setURL(const char *url) = 0; - /** Set the IP address of the socket * @param ip IP address to connect to, copied internally */