My climat station
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 1274 of file lorawan_data_structures.h.
Field Documentation
| bool active |
True if the session is active.
Definition at line 1278 of file lorawan_data_structures.h.
| uint32_t downlink_counter |
LoRaWAN downlink counter.
Definition at line 1288 of file lorawan_data_structures.h.
| uint32_t uplink_counter |
LoRaWAN uplink counter.
Definition at line 1284 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:48 by
1.7.2
Gleb Klochkov