wifly/socket interface for wifly modules
Dependents: PROJET_MATTHIEU_2019 PROJET_MATTHIEU_2019
Diff: Wifly/Wifly.h
- Revision:
- 1:8f04181f9ad8
- Parent:
- 0:6ffb0aeb3972
- Child:
- 4:74bfdd00362a
--- a/Wifly/Wifly.h Fri Aug 17 08:28:04 2012 +0000 +++ b/Wifly/Wifly.h Wed Aug 22 15:52:29 2012 +0000 @@ -166,6 +166,8 @@ */ bool sendCommand(const char * cmd, const char * ack = NULL, char * res = NULL); + bool dnsLookup(const char * host, char * ip); + static Wifly * getInstance() {return inst;}; protected: