Loading...
Searching...
No Matches
lorawan_join_accept_t Struct Reference

Join accept packet representation. More...

Detailed Description

Join accept packet representation.

Definition at line 107 of file hdr.h.

#include <hdr.h>

Data Fields

uint8_t mt_maj
 mtype and major version holder
 
uint8_t join_nonce [LORAMAC_JOIN_NONCE_LEN]
 join nonce.
 
uint8_t net_id [LORAMAC_NETWORK_ID_LEN]
 network id
 
uint8_t dev_addr [LORAMAC_DEVADDR_LEN]
 device address
 
uint8_t dl_settings
 downlink settings
 
uint8_t rx_delay
 first reception window delay
 

Field Documentation

◆ dev_addr

uint8_t lorawan_join_accept_t::dev_addr[LORAMAC_DEVADDR_LEN]

device address

Definition at line 111 of file hdr.h.

◆ dl_settings

uint8_t lorawan_join_accept_t::dl_settings

downlink settings

Definition at line 112 of file hdr.h.

◆ join_nonce

uint8_t lorawan_join_accept_t::join_nonce[LORAMAC_JOIN_NONCE_LEN]

join nonce.

Mapped to application nonce if LoRaWAN 1.0x

Definition at line 109 of file hdr.h.

◆ mt_maj

uint8_t lorawan_join_accept_t::mt_maj

mtype and major version holder

Definition at line 108 of file hdr.h.

◆ net_id

uint8_t lorawan_join_accept_t::net_id[LORAMAC_NETWORK_ID_LEN]

network id

Definition at line 110 of file hdr.h.

◆ rx_delay

uint8_t lorawan_join_accept_t::rx_delay

first reception window delay

Definition at line 113 of file hdr.h.


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