Loading...
Searching...
No Matches
gnrc_lorawan_persistent_state_t Struct Reference

LoRaWAN state that needs to be preserved across reboots. More...

Detailed Description

LoRaWAN state that needs to be preserved across reboots.

Definition at line 247 of file gnrc_lorawan_internal.h.

#include <gnrc_lorawan_internal.h>

Data Fields

uint32_t initialized_marker
 state initialized marker
 
uint8_t dev_nonce [2]
 Device Nonce.
 

Field Documentation

◆ dev_nonce

uint8_t gnrc_lorawan_persistent_state_t::dev_nonce[2]

Device Nonce.

Definition at line 249 of file gnrc_lorawan_internal.h.

◆ initialized_marker

uint32_t gnrc_lorawan_persistent_state_t::initialized_marker

state initialized marker

Definition at line 248 of file gnrc_lorawan_internal.h.


The documentation for this struct was generated from the following file: