LoRaWAN MAC layer implementation

Dependents:   LoRaWAN-demo-72_tjm LoRaWAN-demo-72_jlc LoRaWAN-demo-elmo frdm_LoRa_Connect_Woodstream_Demo_tjm ... more

Embed: (wiki syntax)

« Back to documentation index

sMcpsIndication Struct Reference

sMcpsIndication Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.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
uint8_t RxSlot
bool AckReceived
uint32_t DownLinkCounter

Detailed Description

LoRaMAC MCPS-Indication primitive

Definition at line 800 of file LoRaMac.h.


Field Documentation

Set if an acknowledgement was received

Definition at line 855 of file LoRaMac.h.

uint8_t* Buffer

Pointer to the received data stream

Definition at line 829 of file LoRaMac.h.

uint8_t BufferSize

Size of the received data stream

Definition at line 833 of file LoRaMac.h.

uint32_t DownLinkCounter

The downlink counter value for the received frame

Definition at line 859 of file LoRaMac.h.

uint8_t FramePending

Frame pending status

Definition at line 825 of file LoRaMac.h.

MCPS-Indication type

Definition at line 805 of file LoRaMac.h.

uint8_t Multicast

Multicast

Definition at line 813 of file LoRaMac.h.

uint8_t Port

Application port

Definition at line 817 of file LoRaMac.h.

int16_t Rssi

Rssi of the received packet

Definition at line 841 of file LoRaMac.h.

bool RxData

Indicates, if data is available

Definition at line 837 of file LoRaMac.h.

uint8_t RxDatarate

Downlink datarate

Definition at line 821 of file LoRaMac.h.

uint8_t RxSlot

Receive window

[0: Rx window 1, 1: Rx window 2]

Definition at line 851 of file LoRaMac.h.

uint8_t Snr

Snr of the received packet

Definition at line 845 of file LoRaMac.h.

Status of the operation

Definition at line 809 of file LoRaMac.h.