![]() |
Morse Micro IoT SDK
2.9.7
|
#include <mmwlan.h>
Data Fields | |
| struct { | |
| uint16_t major | |
| Major version field. More... | |
| uint8_t minor | |
| Minor version field. More... | |
| uint8_t patch | |
| Patch version field. More... | |
| } | version |
| BCF semantic version. | |
| char | board_desc [MMWLAN_BCF_BOARD_DESC_MAXLEN+1] |
| Board description string. More... | |
| char | build_version [MMWLAN_BCF_BUILD_VERSION_MAXLEN+1] |
| Build version string. More... | |
| char mmwlan_bcf_metadata::board_desc[MMWLAN_BCF_BOARD_DESC_MAXLEN+1] |
Board description string.
This is a free form text field included in the BCF.
This string will be null-terminated and if it exceeds MMWLAN_BCF_BOARD_DESC_MAXLEN characters in length it will be truncated.
| char mmwlan_bcf_metadata::build_version[MMWLAN_BCF_BUILD_VERSION_MAXLEN+1] |
Build version string.
This string will be null-terminated and if it exceeds MMWLAN_BCF_BOARD_DESC_MAXLEN characters in length it will be truncated.