Wrapper of NetworkSocketAPI for BSD sockets on POSIX systems

Dependents:   BSDInterfaceTests HelloBSDInterface

Revision:
3:eabc4ea66a64
Parent:
2:0978e139e1c5
Child:
4:28479a7d15ad
--- a/BSDInterface.h	Sun Feb 28 10:32:22 2016 -0600
+++ b/BSDInterface.h	Sun Feb 28 10:54:31 2016 -0600
@@ -27,6 +27,7 @@
 {
 public:
     // Implementation of NetworkInterface
+    virtual const char *getIPAddress();
     virtual const char *getMACAddress();
 
     virtual int32_t getHostByName(const char *host, char *ip);