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 1294 of file lorawan_data_structures.h.
Field Documentation
uint8_t acked |
Is acked.
Definition at line 1298 of file lorawan_data_structures.h.
uint8_t* buffer |
Payload.
Definition at line 1314 of file lorawan_data_structures.h.
uint8_t buffer_size |
Payload size.
Definition at line 1318 of file lorawan_data_structures.h.
int8_t datarate |
Uplink data rate.
Definition at line 1302 of file lorawan_data_structures.h.
uint8_t port |
Port is used by application.
Definition at line 1310 of file lorawan_data_structures.h.
uint16_t uplink_counter |
Uplink counter.
Definition at line 1306 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:47 by
