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 1972 of file lorawan_data_structures.h.
Field Documentation
| uint8_t acked |
Is acked.
Definition at line 1976 of file lorawan_data_structures.h.
| uint8_t* buffer |
Payload.
Definition at line 1992 of file lorawan_data_structures.h.
| uint8_t buffer_size |
Payload size.
Definition at line 1996 of file lorawan_data_structures.h.
| int8_t datarate |
Uplink data rate.
Definition at line 1980 of file lorawan_data_structures.h.
| uint8_t port |
Port is used by application.
Definition at line 1988 of file lorawan_data_structures.h.
| uint16_t uplink_counter |
Uplink counter.
Definition at line 1984 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:33:03 by
1.7.2