BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

loramac_uplink_status_t Struct Reference

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.