SNIC UART Interface library for Murata Type-YD module
Dependents: WebSocketServerTest
Fork of SNICInterface_mod by
Diff: SNIC_WifiInterface.h
- Revision:
- 47:62ba69ff80d2
- Parent:
- 43:d80bbb12ffe6
- Child:
- 50:d390d41d1405
diff -r e1cb45f7a27f -r 62ba69ff80d2 SNIC_WifiInterface.h --- a/SNIC_WifiInterface.h Sat Nov 22 15:32:42 2014 +0000 +++ b/SNIC_WifiInterface.h Fri Jan 23 09:56:01 2015 +0000 @@ -139,6 +139,11 @@ */ int setIPConfig( bool is_DHCP, const char *ip_p=NULL, const char *mask_p=NULL, const char *gateway_p=NULL ); + /** Get the IP address of your Ethernet interface + * \return a pointer to a string containing the IP address + */ + static char* getIPAddress(); + private: PinName mUART_tx; PinName mUART_rx;