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_downlink_status_t Struct Reference
A structure containing the downlink status. More...
#include <lorawan_data_structures.h>
Data Fields | |
int16_t | rssi |
RSSI of downlink. | |
int8_t | snr |
SNR of downlink. | |
uint16_t | downlink_counter |
Downlink counter. | |
bool | rx_data |
Is RX data received. | |
uint8_t | port |
Port used by application. | |
uint8_t * | buffer |
Payload. | |
uint8_t | buffer_size |
Payload size. |
Detailed Description
A structure containing the downlink status.
Definition at line 1899 of file lorawan_data_structures.h.
Field Documentation
uint8_t* buffer |
Payload.
Definition at line 1923 of file lorawan_data_structures.h.
uint8_t buffer_size |
Payload size.
Definition at line 1927 of file lorawan_data_structures.h.
uint16_t downlink_counter |
Downlink counter.
Definition at line 1911 of file lorawan_data_structures.h.
uint8_t port |
Port used by application.
Definition at line 1919 of file lorawan_data_structures.h.
int16_t rssi |
RSSI of downlink.
Definition at line 1903 of file lorawan_data_structures.h.
bool rx_data |
Is RX data received.
Definition at line 1915 of file lorawan_data_structures.h.
int8_t snr |
SNR of downlink.
Definition at line 1907 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 12:22:45 by
