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.
Dependencies: SX127x sx12xx_hal TSL2561
sMulticastParams Struct Reference
#include <LoRaMacSingle.h>
Data Fields | |
uint32_t | Address |
uint8_t | NwkSKey [16] |
uint8_t | AppSKey [16] |
uint32_t | DownLinkCounter |
struct sMulticastParams * | Next |
Detailed Description
LoRaMAC multicast channel parameter
Definition at line 258 of file LoRaMacSingle.h.
Field Documentation
uint32_t Address |
Address
Definition at line 263 of file LoRaMacSingle.h.
uint8_t AppSKey[16] |
Application session key
Definition at line 271 of file LoRaMacSingle.h.
uint32_t DownLinkCounter |
Downlink counter
Definition at line 275 of file LoRaMacSingle.h.
struct sMulticastParams* Next |
Reference pointer to the next multicast channel parameters in the list
Definition at line 279 of file LoRaMacSingle.h.
uint8_t NwkSKey[16] |
Network session key
Definition at line 267 of file LoRaMacSingle.h.
Generated on Wed Jul 13 2022 01:56:42 by
