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.
Fork of OmniWheels by
loramac_mcps_indication_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
mcps_type_t | type |
loramac_event_info_status_t | status |
uint8_t | multicast |
uint8_t | port |
uint8_t | rx_datarate |
uint8_t | fpending_status |
uint8_t * | buffer |
uint16_t | buffer_size |
bool | is_data_recvd |
int16_t | rssi |
uint8_t | snr |
rx_slot_t | rx_slot |
bool | is_ack_recvd |
uint32_t | dl_frame_counter |
Detailed Description
LoRaMAC MCPS-Indication primitive.
Definition at line 867 of file lorawan_data_structures.h.
Field Documentation
uint8_t* buffer |
A pointer to the received data stream.
Definition at line 895 of file lorawan_data_structures.h.
uint16_t buffer_size |
The size of the received data stream.
Definition at line 899 of file lorawan_data_structures.h.
uint32_t dl_frame_counter |
The downlink counter value for the received frame.
Definition at line 925 of file lorawan_data_structures.h.
uint8_t fpending_status |
Frame pending status.
Definition at line 891 of file lorawan_data_structures.h.
bool is_ack_recvd |
Set if an acknowledgement was received.
Definition at line 921 of file lorawan_data_structures.h.
bool is_data_recvd |
Indicates, if data is available.
Definition at line 903 of file lorawan_data_structures.h.
uint8_t multicast |
Multicast.
Definition at line 879 of file lorawan_data_structures.h.
uint8_t port |
The application port.
Definition at line 883 of file lorawan_data_structures.h.
int16_t rssi |
The RSSI of the received packet.
Definition at line 907 of file lorawan_data_structures.h.
uint8_t rx_datarate |
The downlink datarate.
Definition at line 887 of file lorawan_data_structures.h.
The receive window.
[0: Rx window 1, 1: Rx window 2]
Definition at line 917 of file lorawan_data_structures.h.
uint8_t snr |
The SNR of the received packet.
Definition at line 911 of file lorawan_data_structures.h.
The status of the operation.
Definition at line 875 of file lorawan_data_structures.h.
MCPS-Indication type.
Definition at line 871 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:13 by
