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_uplink_status_t Struct Reference
Structure containing the uplink status. More...
#include <lorawan_data_structures.h>
Data Fields | |
uint8_t | acked |
Is acked. | |
int8_t | datarate |
Uplink data rate. | |
uint16_t | uplink_counter |
Uplink counter. | |
uint8_t | port |
Port is used by application. | |
uint8_t * | buffer |
Payload. | |
uint8_t | buffer_size |
Payload size. |
Detailed Description
Structure containing the uplink status.
Definition at line 1869 of file lorawan_data_structures.h.
Field Documentation
uint8_t acked |
Is acked.
Definition at line 1873 of file lorawan_data_structures.h.
uint8_t* buffer |
Payload.
Definition at line 1889 of file lorawan_data_structures.h.
uint8_t buffer_size |
Payload size.
Definition at line 1893 of file lorawan_data_structures.h.
int8_t datarate |
Uplink data rate.
Definition at line 1877 of file lorawan_data_structures.h.
uint8_t port |
Port is used by application.
Definition at line 1885 of file lorawan_data_structures.h.
uint16_t uplink_counter |
Uplink counter.
Definition at line 1881 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 12:22:45 by
