Library to resolve text URLs to IP addresses (IPv4)

Dependents:   NetworkSocketAPI NetworkSocketAPI Nucleo-AWS-IoT-mbed

Revision:
4:3749346dcd59
Parent:
3:5705fdae6185
Child:
5:d85c1a7e0e9f
--- a/DnsQuery.h	Thu Aug 27 14:33:07 2015 +0000
+++ b/DnsQuery.h	Mon Feb 22 19:31:19 2016 -0600
@@ -45,10 +45,10 @@
     bool parseRR(char *resp, int& c, char* adr );
 
 protected:
-    char* _dnsip;
+    const char* _dnsip;
     char* _string_ip;
     SocketInterface* socket;
     
 };
 
-#endif // __DNSQUERY_H__
\ No newline at end of file
+#endif // __DNSQUERY_H__