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.
Fork of OmniWheels by
lorawan_connect_abp_t Struct Reference
The lorawan_connect_abp structure. More...
#include <lorawan_data_structures.h>
Data Fields | |
uint32_t | nwk_id |
Network identifier. | |
uint32_t | dev_addr |
End-device address. | |
uint8_t * | nwk_skey |
Network session key. | |
uint8_t * | app_skey |
Application session key. |
Detailed Description
The lorawan_connect_abp structure.
A structure representing the LoRaWAN Activation By Personalization parameters.
Definition at line 1656 of file lorawan_data_structures.h.
Field Documentation
uint8_t* app_skey |
Application session key.
LoRaWAN Specification V1.0.2, chapter 6.1.4
Definition at line 1676 of file lorawan_data_structures.h.
uint32_t dev_addr |
End-device address.
LoRaWAN Specification V1.0.2, chapter 6.1.1
Definition at line 1666 of file lorawan_data_structures.h.
uint32_t nwk_id |
Network identifier.
LoRaWAN Specification V1.0.2, chapter 6.1.1
Definition at line 1661 of file lorawan_data_structures.h.
uint8_t* nwk_skey |
Network session key.
LoRaWAN Specification V1.0.2, chapter 6.1.3
Definition at line 1671 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:13 by
