#include <lorawan_data_structures.h>
| Data Fields | |
| bool | pending | 
| 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 | 
LoRaMAC MLME-Confirm primitive.
Definition at line 790 of file lorawan_data_structures.h.
| uint8_t demod_margin | 
The demodulation margin. Contains the link margin [dB] of the last LinkCheckReq successfully received.
Definition at line 812 of file lorawan_data_structures.h.
| uint8_t nb_gateways | 
The number of gateways which received the last LinkCheckReq.
Definition at line 816 of file lorawan_data_structures.h.
| uint8_t nb_retries | 
The number of retransmissions.
Definition at line 820 of file lorawan_data_structures.h.
| bool pending | 
Indicates if a request is pending or not
Definition at line 794 of file lorawan_data_structures.h.
| mlme_type_t req_type | 
The previously performed MLME-Request. i.e., the request type for which the confirmation is being generated
Definition at line 799 of file lorawan_data_structures.h.
| loramac_event_info_status_t status | 
The status of the operation.
Definition at line 803 of file lorawan_data_structures.h.
| lorawan_time_t tx_toa | 
The transmission time on air of the frame.
Definition at line 807 of file lorawan_data_structures.h.