BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

loramac_downlink_status_t Struct Reference

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.