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
loramac_mlme_confirm_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
mlme_type_t | req_type |
loramac_event_info_status_t | status |
lorawan_time_t | tx_toa |
uint8_t | demod_margin |
uint8_t | nb_gateways |
uint8_t | nb_retries |
Detailed Description
LoRaMAC MLME-Confirm primitive.
Definition at line 1055 of file lorawan_data_structures.h.
Field Documentation
uint8_t demod_margin |
The demodulation margin. Contains the link margin [dB] of the last LinkCheckReq successfully received.
Definition at line 1073 of file lorawan_data_structures.h.
uint8_t nb_gateways |
The number of gateways which received the last LinkCheckReq.
Definition at line 1077 of file lorawan_data_structures.h.
uint8_t nb_retries |
The number of retransmissions.
Definition at line 1081 of file lorawan_data_structures.h.
The previously performed MLME-Request. i.e., the request type for which the confirmation is being generated
Definition at line 1060 of file lorawan_data_structures.h.
The status of the operation.
Definition at line 1064 of file lorawan_data_structures.h.
The transmission time on air of the frame.
Definition at line 1068 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:13 by
