NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
114:964eba6394bc
Parent:
113:80ba92c5e5ca
--- a/WiFiInterface.h	Wed Apr 20 11:04:24 2016 -0500
+++ b/WiFiInterface.h	Wed Apr 20 11:07:19 2016 -0500
@@ -57,6 +57,12 @@
      *  @return          0 on success, negative error code on failure
      */
     virtual int disconnect() = 0;
+
+    /** Get the local MAC address
+     *
+     *  @return         Null-terminated representation of the local MAC address
+     */
+    virtual const char *get_mac_address() = 0;
 };
 
 #endif