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.
Dependents: Seeed_Ethernet_Shield_V2_HelloWorld Seeed_Ethernet_Shield Cayenne-WIZ820ioInterface Seeed_Ethernet_Shield
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- Revision:
- 4:0bcec6272784
- Parent:
- 3:9aa05e19c62e
--- a/Wifly/Wifly.h Thu Dec 20 10:37:52 2012 +0000 +++ b/Wifly/Wifly.h Thu Dec 20 15:08:58 2012 +0000 @@ -188,6 +188,15 @@ * @returns true if successful */ bool sendCommand(const char * cmd, const char * ack = NULL, char * res = NULL, int timeout = DEFAULT_WAIT_RESP_TIMEOUT); + + /* + * Return true if the module is using dhcp + * + * @returns true if the module is using dhcp + */ + bool isDHCP() { + return state.dhcp; + } bool gethostbyname(const char * host, char * ip);