takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

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.
uint8_t connect_type
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 953 of file lorawan_data_structures.h.


Field Documentation

bool active

True if the session is active.

Definition at line 957 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 963 of file lorawan_data_structures.h.

uint32_t downlink_counter

LoRaWAN downlink counter.

Definition at line 972 of file lorawan_data_structures.h.

uint32_t uplink_counter

LoRaWAN uplink counter.

Definition at line 968 of file lorawan_data_structures.h.