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_mcps_req_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
mcps_type_t | type |
void * | f_buffer |
Payload data. | |
uint16_t | f_buffer_size |
Payload size. | |
mcps_req_unconfirmed_t | unconfirmed |
mcps_req_confirmed_t | confirmed |
mcps_req_proprietary_t | proprietary |
Detailed Description
LoRaMAC MCPS-Request structure.
Definition at line 835 of file lorawan_data_structures.h.
Field Documentation
MCPS-Request parameters for a confirmed frame.
Definition at line 853 of file lorawan_data_structures.h.
void* f_buffer |
Payload data.
A pointer to the buffer of the frame payload.
Definition at line 864 of file lorawan_data_structures.h.
uint16_t f_buffer_size |
Payload size.
The size of the frame payload.
Definition at line 869 of file lorawan_data_structures.h.
MCPS-Request parameters for a proprietary frame.
Definition at line 857 of file lorawan_data_structures.h.
MCPS-Request type.
Definition at line 839 of file lorawan_data_structures.h.
MCPS-Request parameters for an unconfirmed frame.
Definition at line 849 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:33:02 by
