FUNCTIONAL Update from mbed v49: Add APIs for setName/getName so device is name addressible. Also APIs for getting link stats. Also, minor derivative to reduce compiler warnings and tag read-only parameters as const.
Dependencies: Socket lwip-eth lwip-sys lwip
Dependents: WattEye X10Svr SSDP_Server
Fork of EthernetInterface by
Diff: EthernetInterface.h
- Revision:
- 50:957161ecdd16
- Parent:
- 48:7f865315b678
--- a/EthernetInterface.h Thu Mar 12 16:58:57 2015 +0000 +++ b/EthernetInterface.h Tue Jul 07 14:10:01 2015 +0000 @@ -79,6 +79,8 @@ * \return a pointer to a string containing the Network mask */ static char* getNetworkMask(); + + #include "EthernetInterface_Mods.h" }; #include "TCPSocketConnection.h"