The lorawan_connect_otaa structure. More...
#include <lorawan_types.h>
Data Fields | |
uint8_t * | dev_eui |
End-device identifier. More... | |
uint8_t * | app_eui |
Application identifier. More... | |
uint8_t * | app_key |
AES-128 application key. More... | |
uint8_t | nb_trials |
Join request trials. More... | |
The lorawan_connect_otaa structure.
A structure representing the LoRaWAN Over The Air Activation parameters.
Definition at line 116 of file lorawan_types.h.
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.