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.
Fork of OmniWheels by
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 377 of file lorawan_data_structures.h.
Field Documentation
uint32_t address |
Address.
Definition at line 381 of file lorawan_data_structures.h.
uint8_t app_skey[16] |
Application session key.
Definition at line 389 of file lorawan_data_structures.h.
uint32_t dl_frame_counter |
Downlink counter.
Definition at line 393 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 397 of file lorawan_data_structures.h.
uint8_t nwk_skey[16] |
Network session key.
Definition at line 385 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:14 by
