My climat station
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 1080 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 1090 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 1095 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 1085 of file lorawan_data_structures.h.
| uint8_t nb_trials |
Join request trials.
Number of trials for the join request.
Definition at line 1100 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:48 by
1.7.2
Gleb Klochkov