pefect / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

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
      */