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
mib_params_t Union Reference
#include <lorawan_data_structures.h>
Data Fields | |
device_class_t | dev_class |
bool | is_nwk_joined |
bool | is_adr_enable |
uint32_t | net_id |
uint32_t | dev_addr |
uint8_t * | nwk_skey |
uint8_t * | app_skey |
bool | enable_public_nwk |
bool | enable_repeater_support |
channel_params_t * | channel_list |
rx2_channel_params | rx2_channel |
rx2_channel_params | default_rx2_channel |
uint16_t * | channel_mask |
uint16_t * | default_channel_mask |
uint8_t | channel_nb_rep |
uint32_t | max_rx_window |
uint32_t | recv_delay1 |
uint32_t | recv_delay2 |
uint32_t | join_accept_delay1 |
uint32_t | join_accept_delay2 |
int8_t | default_channel_data_rate |
int8_t | channel_data_rate |
int8_t | default_channel_tx_pwr |
int8_t | channel_tx_pwr |
uint32_t | ul_frame_counter |
uint32_t | dl_frame_counter |
multicast_params_t * | multicast_list |
uint32_t | max_rx_sys_error |
uint8_t | min_rx_symb |
float | antenna_gain |
Detailed Description
LoRaMAC MIB parameters.
Definition at line 1341 of file lorawan_data_structures.h.
Field Documentation
float antenna_gain |
Antenna gain
Related MIB type: MIB_ANTENNA_GAIN
Definition at line 1521 of file lorawan_data_structures.h.
uint8_t* app_skey |
Application session key
Related MIB type: MIB_APP_SKEY
Definition at line 1383 of file lorawan_data_structures.h.
int8_t channel_data_rate |
Channels data rate
Related MIB type: MIB_CHANNELS_DATARATE
Definition at line 1473 of file lorawan_data_structures.h.
LoRaWAN channel
Related MIB type: MIB_CHANNELS
Definition at line 1401 of file lorawan_data_structures.h.
uint16_t* channel_mask |
Channel mask
Related MIB type: MIB_CHANNELS_MASK
Definition at line 1419 of file lorawan_data_structures.h.
uint8_t channel_nb_rep |
Number of frame repetitions
Related MIB type: MIB_CHANNELS_NB_REP
Definition at line 1431 of file lorawan_data_structures.h.
int8_t channel_tx_pwr |
Channels TX power
Related MIB type: MIB_CHANNELS_TX_POWER
Definition at line 1485 of file lorawan_data_structures.h.
int8_t default_channel_data_rate |
Channels data rate
Related MIB type: MIB_CHANNELS_DEFAULT_DATARATE
Definition at line 1467 of file lorawan_data_structures.h.
uint16_t* default_channel_mask |
Default channel mask
Related MIB type: MIB_CHANNELS_DEFAULT_MASK
Definition at line 1425 of file lorawan_data_structures.h.
int8_t default_channel_tx_pwr |
Channels TX power
Related MIB type: MIB_CHANNELS_DEFAULT_TX_POWER
Definition at line 1479 of file lorawan_data_structures.h.
Channel for the receive window 2
Related MIB type: MIB_RX2_DEFAULT_CHANNEL
Definition at line 1413 of file lorawan_data_structures.h.
uint32_t dev_addr |
End-device address
Related MIB type: MIB_DEV_ADDR
Definition at line 1371 of file lorawan_data_structures.h.
LoRaWAN device class.
Related MIB type: MIB_DEVICE_CLASS
Definition at line 1347 of file lorawan_data_structures.h.
uint32_t dl_frame_counter |
LoRaWAN downlink counter
Related MIB type: MIB_DOWNLINK_COUNTER
Definition at line 1497 of file lorawan_data_structures.h.
bool enable_public_nwk |
Enable or disable a public network
Related MIB type: MIB_PUBLIC_NETWORK
Definition at line 1389 of file lorawan_data_structures.h.
Enable or disable repeater support
Related MIB type: MIB_REPEATER_SUPPORT
Definition at line 1395 of file lorawan_data_structures.h.
bool is_adr_enable |
Activation state of ADR
Related MIB type: MIB_ADR
Definition at line 1359 of file lorawan_data_structures.h.
bool is_nwk_joined |
LoRaWAN network joined attribute
Related MIB type: MIB_NETWORK_JOINED
Definition at line 1353 of file lorawan_data_structures.h.
uint32_t join_accept_delay1 |
Join accept delay 1
Related MIB type: MIB_JOIN_ACCEPT_DELAY_1
Definition at line 1455 of file lorawan_data_structures.h.
uint32_t join_accept_delay2 |
Join accept delay 2
Related MIB type: MIB_JOIN_ACCEPT_DELAY_2
Definition at line 1461 of file lorawan_data_structures.h.
uint32_t max_rx_sys_error |
System overall timing error in milliseconds
Related MIB type: MIB_SYSTEM_MAX_RX_ERROR
Definition at line 1509 of file lorawan_data_structures.h.
uint32_t max_rx_window |
Maximum receive window duration
Related MIB type: MIB_MAX_RX_WINDOW_DURATION
Definition at line 1437 of file lorawan_data_structures.h.
uint8_t min_rx_symb |
Minimum required number of symbols to detect an RX frame
Related MIB type: MIB_MIN_RX_SYMBOLS
Definition at line 1515 of file lorawan_data_structures.h.
Multicast channel
Related MIB type: MIB_MULTICAST_CHANNEL
Definition at line 1503 of file lorawan_data_structures.h.
uint32_t net_id |
Network identifier
Related MIB type: MIB_NET_ID
Definition at line 1365 of file lorawan_data_structures.h.
uint8_t* nwk_skey |
Network session key
Related MIB type: MIB_NWK_SKEY
Definition at line 1377 of file lorawan_data_structures.h.
uint32_t recv_delay1 |
Receive delay 1
Related MIB type: MIB_RECEIVE_DELAY_1
Definition at line 1443 of file lorawan_data_structures.h.
uint32_t recv_delay2 |
Receive delay 2
Related MIB type: MIB_RECEIVE_DELAY_2
Definition at line 1449 of file lorawan_data_structures.h.
Channel for the receive window 2
Related MIB type: MIB_RX2_CHANNEL
Definition at line 1407 of file lorawan_data_structures.h.
uint32_t ul_frame_counter |
LoRaWAN uplink counter
Related MIB type: MIB_UPLINK_COUNTER
Definition at line 1491 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:14 by
