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.
loramac_mcps_confirm_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
mcps_type_t | req_type |
loramac_event_info_status_t | status |
uint8_t | data_rate |
int8_t | tx_power |
bool | ack_received |
uint8_t | nb_retries |
lorawan_time_t | tx_toa |
uint32_t | ul_frame_counter |
uint32_t | ul_frequency |
Detailed Description
LoRaMAC MCPS-Confirm.
Definition at line 876 of file lorawan_data_structures.h.
Field Documentation
bool ack_received |
Set if an acknowledgement was received.
Definition at line 897 of file lorawan_data_structures.h.
uint8_t data_rate |
The uplink datarate.
Definition at line 889 of file lorawan_data_structures.h.
uint8_t nb_retries |
Provides the number of retransmissions.
Definition at line 901 of file lorawan_data_structures.h.
Holds the previously performed MCPS-Request type. i.e., the type of the MCPS request for which this confirmation is being generated
Definition at line 881 of file lorawan_data_structures.h.
The status of the operation.
Definition at line 885 of file lorawan_data_structures.h.
int8_t tx_power |
The transmission power.
Definition at line 893 of file lorawan_data_structures.h.
The transmission time on air of the frame.
Definition at line 905 of file lorawan_data_structures.h.
uint32_t ul_frame_counter |
The uplink counter value related to the frame.
Definition at line 909 of file lorawan_data_structures.h.
uint32_t ul_frequency |
The uplink frequency related to the frame.
Definition at line 913 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:33:01 by
