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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
lorawan_connect_otaa_t Struct Reference
The lorawan_connect_otaa structure. More...
#include <lorawan_types.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 116 of file lorawan_types.h.
Field Documentation
uint8_t* app_eui |
Application identifier.
LoRaWAN Specification V1.0.2, chapter 6.1.2
Definition at line 126 of file lorawan_types.h.
uint8_t* app_key |
AES-128 application key.
LoRaWAN Specification V1.0.2, chapter 6.2.2
Definition at line 131 of file lorawan_types.h.
uint8_t* dev_eui |
End-device identifier.
LoRaWAN Specification V1.0.2, chapter 6.2.1
Definition at line 121 of file lorawan_types.h.
uint8_t nb_trials |
Join request trials.
Number of trials for the join request.
Definition at line 136 of file lorawan_types.h.
Generated on Tue Jul 12 2022 13:55:32 by
