Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Mote.h
- Revision:
- 72:b1e07ec1c30d
- Parent:
- 70:0c5b5b02d17b
--- a/Mote.h Fri Nov 08 09:34:58 2019 -0600 +++ b/Mote.h Mon Feb 17 14:43:04 2020 -0600 @@ -168,6 +168,13 @@ const char* getId(); /** + * MAC version + * + * @return string containing version information of supported LoRaWAN MAC Version + */ + const char* getMACVersion(); + + /** * Indicator for network session join status * @return true if joined to network */