Embed: (wiki syntax)

« Back to documentation index

lorawan_session Struct Reference

lorawan_session Struct Reference

LoRaWAN session. More...

#include <lorawan_data_structures.h>

Data Fields

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

Detailed Description

LoRaWAN session.

A structure for keeping session details.

Definition at line 1821 of file lorawan_data_structures.h.


Field Documentation

bool active

True if the session is active.

Definition at line 1825 of file lorawan_data_structures.h.

uint32_t downlink_counter

LoRaWAN downlink counter.

Related MIB type: LORA_MIB_DOWNLINK_COUNTER

Definition at line 1839 of file lorawan_data_structures.h.

uint32_t uplink_counter

LoRaWAN uplink counter.

Related MIB type: LORA_MIB_UPLINK_COUNTER

Definition at line 1833 of file lorawan_data_structures.h.