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.
lorawan_dev_commission_t Struct Reference
Commissioning data. More...
#include <lorawan_data_structures.h>
Data Fields | |
lorawan_connect_t | connection |
Connection information. | |
uint32_t | uplink_counter |
LoRaWAN Up-link counter. | |
uint32_t | downlink_counter |
LoRaWAN Down-link counter. |
Detailed Description
Commissioning data.
A structure for data in commission.
Definition at line 1901 of file lorawan_data_structures.h.
Field Documentation
Connection information.
Saves information for etc. keys
Definition at line 1906 of file lorawan_data_structures.h.
uint32_t downlink_counter |
LoRaWAN Down-link counter.
Related MIB type: LORA_MIB_DOWNLINK_COUNTER
Definition at line 1918 of file lorawan_data_structures.h.
uint32_t uplink_counter |
LoRaWAN Up-link counter.
Related MIB type: LORA_MIB_UPLINK_COUNTER
Definition at line 1912 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:33:03 by
