Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
multicast_params_s Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint32_t | address |
uint8_t | nwk_skey [16] |
uint8_t | app_skey [16] |
uint32_t | dl_frame_counter |
struct multicast_params_s * | next |
Detailed Description
LoRaMAC multicast channel parameter.
Definition at line 364 of file lorawan_data_structures.h.
Field Documentation
uint32_t address |
Address.
Definition at line 368 of file lorawan_data_structures.h.
uint8_t app_skey[16] |
Application session key.
Definition at line 376 of file lorawan_data_structures.h.
uint32_t dl_frame_counter |
Downlink counter.
Definition at line 380 of file lorawan_data_structures.h.
struct multicast_params_s* next |
A reference pointer to the next multicast channel parameters in the list.
Definition at line 384 of file lorawan_data_structures.h.
uint8_t nwk_skey[16] |
Network session key.
Definition at line 372 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:50 by
