Dependents: TimeZoneDemo EthernetJackTestCode MMEx_Challenge ntp_mem ... more
Diff: if/eth/EthernetNetIf.h
- Revision:
- 3:5a6792c147c0
- Parent:
- 0:ac1725ba162c
- Child:
- 4:966a0265edfc
--- a/if/eth/EthernetNetIf.h Wed Nov 17 18:55:32 2010 +0000 +++ b/if/eth/EthernetNetIf.h Fri Nov 19 21:01:51 2010 +0000 @@ -79,7 +79,10 @@ EthernetErr setup(int timeout_ms = 15000); virtual void poll(); - + + ///Returns an array containing the hardware address + const char* getHwAddr() const; + private: Timer m_ethArpTimer; Timer m_dhcpCoarseTimer; @@ -94,7 +97,7 @@ IpAddr m_gateway; const char* m_hostname; - + bool m_setup; }; #endif