Microchip® Advanced Software Framework

_LorawanMcastActivationParams_t Struct Reference

#include <lorawan_private.h>

Data Fields

uint8_t datarate
 
uint32_t dlFrequency
 Frequency and DR. More...
 
uint8_t mcastAppSKey [LORAWAN_SESSIONKEY_LENGTH]
 
DeviceAddress_t mcastDevAddr
 multicast group address to match DL frame More...
 
FCnt_t mcastFCntDown
 Downlink frame counter just for mcast group. More...
 
FCnt_t mcastFCntDownMax
 
FCnt_t mcastFCntDownMin
 
LorawanMcastKeys_t mcastKeysMask
 
uint8_t mcastNwkSKey [LORAWAN_SESSIONKEY_LENGTH]
 multicast session keys More...
 
uint8_t periodicity
 

uint8_t _LorawanMcastActivationParams_t::datarate
uint32_t _LorawanMcastActivationParams_t::dlFrequency

Frequency and DR.

uint8_t _LorawanMcastActivationParams_t::mcastAppSKey[LORAWAN_SESSIONKEY_LENGTH]
DeviceAddress_t _LorawanMcastActivationParams_t::mcastDevAddr

multicast group address to match DL frame

FCnt_t _LorawanMcastActivationParams_t::mcastFCntDown

Downlink frame counter just for mcast group.

FCnt_t _LorawanMcastActivationParams_t::mcastFCntDownMax
FCnt_t _LorawanMcastActivationParams_t::mcastFCntDownMin
LorawanMcastKeys_t _LorawanMcastActivationParams_t::mcastKeysMask
uint8_t _LorawanMcastActivationParams_t::mcastNwkSKey[LORAWAN_SESSIONKEY_LENGTH]

multicast session keys

uint8_t _LorawanMcastActivationParams_t::periodicity