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_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] |
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.
Generated on Tue Jul 12 2022 13:33:02 by
