Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

loramac_tx_message_t Struct Reference

loramac_tx_message_t Struct Reference

Stack level TX message structure. More...

#include <lorawan_data_structures.h>

Data Structures

union  message
 Message parameters. More...

Data Fields

bool tx_ongoing
 TX Ongoing flag.
uint8_t port
 Application Port Number.
mcps_type_t type
 Message type.
uint8_t f_buffer [MBED_CONF_LORA_TX_MAX_SIZE]
 Payload data.
uint16_t f_buffer_size
 Payload size.
uint16_t pending_size
 Pending data size.

Detailed Description

Stack level TX message structure.

Definition at line 1751 of file lorawan_data_structures.h.


Field Documentation

uint8_t f_buffer[MBED_CONF_LORA_TX_MAX_SIZE]

Payload data.

Base pointer to the buffer

Definition at line 1792 of file lorawan_data_structures.h.

uint16_t f_buffer_size

Payload size.

The size of the frame payload.

Definition at line 1798 of file lorawan_data_structures.h.

uint16_t pending_size

Pending data size.

Definition at line 1803 of file lorawan_data_structures.h.

uint8_t port

Application Port Number.

Definition at line 1761 of file lorawan_data_structures.h.

bool tx_ongoing

TX Ongoing flag.

Definition at line 1756 of file lorawan_data_structures.h.

Message type.

Definition at line 1766 of file lorawan_data_structures.h.