Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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. 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...
 

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.