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.
Dependencies: SX127x sx12xx_hal TSL2561
sMcpsIndication Struct Reference
#include <LoRaMacSingle.h>
Data Fields | |
Mcps_t | McpsIndication |
LoRaMacEventInfoStatus_t | Status |
uint8_t | Multicast |
uint8_t | Port |
uint8_t | RxDatarate |
uint8_t | FramePending |
uint8_t * | Buffer |
uint8_t | BufferSize |
bool | RxData |
int16_t | Rssi |
uint8_t | Snr |
bool | AckReceived |
uint32_t | DownLinkCounter |
Detailed Description
LoRaMAC MCPS-Indication primitive
Definition at line 812 of file LoRaMacSingle.h.
Field Documentation
bool AckReceived |
Receive window
[0: Rx window 1, 1: Rx window 2]
Set if an acknowledgement was received
Definition at line 867 of file LoRaMacSingle.h.
uint8_t* Buffer |
Pointer to the received data stream
Definition at line 841 of file LoRaMacSingle.h.
uint8_t BufferSize |
Size of the received data stream
Definition at line 845 of file LoRaMacSingle.h.
uint32_t DownLinkCounter |
The downlink counter value for the received frame
Definition at line 871 of file LoRaMacSingle.h.
uint8_t FramePending |
Frame pending status
Definition at line 837 of file LoRaMacSingle.h.
Mcps_t McpsIndication |
MCPS-Indication type
Definition at line 817 of file LoRaMacSingle.h.
uint8_t Multicast |
Multicast
Definition at line 825 of file LoRaMacSingle.h.
uint8_t Port |
Application port
Definition at line 829 of file LoRaMacSingle.h.
int16_t Rssi |
Rssi of the received packet
Definition at line 853 of file LoRaMacSingle.h.
bool RxData |
Indicates, if data is available
Definition at line 849 of file LoRaMacSingle.h.
uint8_t RxDatarate |
Downlink datarate
Definition at line 833 of file LoRaMacSingle.h.
uint8_t Snr |
Snr of the received packet
Definition at line 857 of file LoRaMacSingle.h.
LoRaMacEventInfoStatus_t Status |
Status of the operation
Definition at line 821 of file LoRaMacSingle.h.
Generated on Wed Jul 13 2022 01:56:42 by
