Mistake on this page?
Report an issue in GitHub or email us
Data Fields
lorawan_session Struct Reference

LoRaWAN session. More...

#include <lorawan_data_structures.h>

Data Fields

bool active
 True if the session is active. More...
 
uint8_t connect_type
 
uint32_t uplink_counter
 LoRaWAN uplink counter. More...
 
uint32_t downlink_counter
 LoRaWAN downlink counter. More...
 

Detailed Description

LoRaWAN session.

A structure for keeping session details.

Definition at line 971 of file lorawan_data_structures.h.

Field Documentation

bool active

True if the session is active.

Definition at line 975 of file lorawan_data_structures.h.

uint8_t connect_type

Select the connection type, either LORAWAN_CONNECTION_OTAA or LORAWAN_CONNECTION_ABP.

Definition at line 981 of file lorawan_data_structures.h.

uint32_t downlink_counter

LoRaWAN downlink counter.

Definition at line 990 of file lorawan_data_structures.h.

uint32_t uplink_counter

LoRaWAN uplink counter.

Definition at line 986 of file lorawan_data_structures.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.