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_connect_otaa_t Struct Reference
The lorawan_connect_otaa structure. More...
#include <lorawan_data_structures.h>
Data Fields | |
| uint8_t * | dev_eui | 
| End-device identifier.   | |
| uint8_t * | app_eui | 
| Application identifier.   | |
| uint8_t * | app_key | 
| AES-128 application key.   | |
| uint8_t | nb_trials | 
| Join request trials.   | |
Detailed Description
The lorawan_connect_otaa structure.
A structure representing the LoRaWAN Over The Air Activation parameters.
Definition at line 1628 of file lorawan_data_structures.h.
Field Documentation
| uint8_t* app_eui | 
Application identifier.
LoRaWAN Specification V1.0.2, chapter 6.1.2
Definition at line 1638 of file lorawan_data_structures.h.
| uint8_t* app_key | 
AES-128 application key.
LoRaWAN Specification V1.0.2, chapter 6.2.2
Definition at line 1643 of file lorawan_data_structures.h.
| uint8_t* dev_eui | 
End-device identifier.
LoRaWAN Specification V1.0.2, chapter 6.2.1
Definition at line 1633 of file lorawan_data_structures.h.
| uint8_t nb_trials | 
Join request trials.
Number of trials for the join request.
Definition at line 1648 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 12:22:45 by
 1.7.2