二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

Revision:
14:59412fcf8fa2
Parent:
12:1b24ea479a59
--- a/Client.h	Thu May 17 13:36:46 2018 +0000
+++ b/Client.h	Wed May 23 02:40:40 2018 +0000
@@ -52,7 +52,7 @@
 	bool build_delete_raw(const string & url, const string & host, const string & token, const string & content, string & post_raw);
 	int http_get(const string & url, const string & content, string & strOut);
 	int http_get_raw(const string &strIn, string &strOut);
-
+	bool getipbydomain(string& strDomain);
 
 protected:
 private: