BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

lorawan_connect_otaa_t Struct Reference

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.