|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
#include <lora_info.h>
Data Fields | |
| uint32_t | ContextManagement |
| uint32_t | Region |
| uint32_t | ClassB |
| uint32_t | Kms |
To give info to the application about LoraWAN capability it can depend how it has been compiled (e.g. compiled regions ...) Params should be better uint32_t foe easier alignment with info_table concept
Definition at line 47 of file lora_info.h.
| uint32_t LoraInfo_t::ClassB |
0: not compiled in Mw, 1 : compiled in MW
Definition at line 51 of file lora_info.h.
| uint32_t LoraInfo_t::ContextManagement |
0: not compiled in Mw, 1 : compiled in MW
Definition at line 49 of file lora_info.h.
| uint32_t LoraInfo_t::Kms |
0: not compiled in Mw, 1 : compiled in MW
Definition at line 52 of file lora_info.h.
| uint32_t LoraInfo_t::Region |
Combination of regions compiled on MW
Definition at line 50 of file lora_info.h.