NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: CellularInterface.h
- Revision:
- 114:964eba6394bc
- Parent:
- 113:80ba92c5e5ca
--- a/CellularInterface.h Wed Apr 20 11:04:24 2016 -0500 +++ b/CellularInterface.h Wed Apr 20 11:07:19 2016 -0500 @@ -40,6 +40,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