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.
uMibParam Union Reference
[LoRa MAC layer implementation]
#include <LoRaMac.h>
Data Fields | |
DeviceClass_t | Class |
bool | IsNetworkJoined |
bool | AdrEnable |
uint32_t | NetID |
uint32_t | DevAddr |
uint8_t * | NwkSKey |
uint8_t * | AppSKey |
bool | EnablePublicNetwork |
bool | EnableRepeaterSupport |
ChannelParams_t * | ChannelList |
Rx2ChannelParams_t | Rx2Channel |
Rx2ChannelParams_t | Rx2DefaultChannel |
uint16_t * | ChannelsMask |
uint16_t * | ChannelsDefaultMask |
uint8_t | ChannelNbRep |
uint32_t | MaxRxWindow |
uint32_t | ReceiveDelay1 |
uint32_t | ReceiveDelay2 |
uint32_t | JoinAcceptDelay1 |
uint32_t | JoinAcceptDelay2 |
int8_t | ChannelsDefaultDatarate |
int8_t | ChannelsDatarate |
int8_t | ChannelsDefaultTxPower |
int8_t | ChannelsTxPower |
uint32_t | UpLinkCounter |
uint32_t | DownLinkCounter |
MulticastParams_t * | MulticastList |
uint32_t | SystemMaxRxError |
uint8_t | MinRxSymbols |
Detailed Description
LoRaMAC MIB parameters
Definition at line 1336 of file LoRaMac.h.
Field Documentation
bool AdrEnable |
uint8_t* AppSKey |
uint8_t ChannelNbRep |
Number of frame repetitions
Related MIB type: MIB_CHANNELS_NB_REP
int8_t ChannelsDatarate |
Channels data rate
Related MIB type: MIB_CHANNELS_DATARATE
int8_t ChannelsDefaultDatarate |
Channels data rate
Related MIB type: MIB_CHANNELS_DEFAULT_DATARATE
uint16_t* ChannelsDefaultMask |
Default channel mask
Related MIB type: MIB_CHANNELS_DEFAULT_MASK
int8_t ChannelsDefaultTxPower |
Channels TX power
Related MIB type: MIB_CHANNELS_DEFAULT_TX_POWER
uint16_t* ChannelsMask |
int8_t ChannelsTxPower |
Channels TX power
Related MIB type: MIB_CHANNELS_TX_POWER
uint32_t DevAddr |
uint32_t DownLinkCounter |
LoRaWAN Down-link counter
Related MIB type: MIB_DOWNLINK_COUNTER
bool EnablePublicNetwork |
Enable or disable a public network
Related MIB type: MIB_PUBLIC_NETWORK
Enable or disable repeater support
Related MIB type: MIB_REPEATER_SUPPORT
bool IsNetworkJoined |
LoRaWAN network joined attribute
Related MIB type: MIB_NETWORK_JOINED
uint32_t JoinAcceptDelay1 |
Join accept delay 1
Related MIB type: MIB_JOIN_ACCEPT_DELAY_1
uint32_t JoinAcceptDelay2 |
Join accept delay 2
Related MIB type: MIB_JOIN_ACCEPT_DELAY_2
uint32_t MaxRxWindow |
Maximum receive window duration
Related MIB type: MIB_MAX_RX_WINDOW_DURATION
uint8_t MinRxSymbols |
Minimum required number of symbols to detect an Rx frame
Related MIB type: MIB_MIN_RX_SYMBOLS
Multicast channel
Related MIB type: MIB_MULTICAST_CHANNEL
uint32_t NetID |
uint8_t* NwkSKey |
uint32_t ReceiveDelay1 |
uint32_t ReceiveDelay2 |
Channel for the receive window 2
Related MIB type: MIB_RX2_CHANNEL
Channel for the receive window 2
Related MIB type: MIB_RX2_DEFAULT_CHANNEL
uint32_t SystemMaxRxError |
System overall timing error in milliseconds.
Related MIB type: MIB_SYSTEM_MAX_RX_ERROR
uint32_t UpLinkCounter |
LoRaWAN Up-link counter
Related MIB type: MIB_UPLINK_COUNTER
Generated on Tue Jul 12 2022 19:00:55 by
