Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

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 835 of file LoRaMac.h.


Field Documentation

Set if an acknowledgement was received

Definition at line 890 of file LoRaMac.h.

uint8_t* Buffer

Pointer to the received data stream

Definition at line 864 of file LoRaMac.h.

uint8_t BufferSize

Size of the received data stream

Definition at line 868 of file LoRaMac.h.

uint32_t DownLinkCounter

The downlink counter value for the received frame

Definition at line 894 of file LoRaMac.h.

uint8_t FramePending

Frame pending status

Definition at line 860 of file LoRaMac.h.

MCPS-Indication type

Definition at line 840 of file LoRaMac.h.

uint8_t Multicast

Multicast

Definition at line 848 of file LoRaMac.h.

uint8_t Port

Application port

Definition at line 852 of file LoRaMac.h.

int16_t Rssi

Rssi of the received packet

Definition at line 876 of file LoRaMac.h.

bool RxData

Indicates, if data is available

Definition at line 872 of file LoRaMac.h.

uint8_t RxDatarate

Downlink datarate

Definition at line 856 of file LoRaMac.h.

uint8_t RxSlot

Receive window

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

Definition at line 886 of file LoRaMac.h.

uint8_t Snr

Snr of the received packet

Definition at line 880 of file LoRaMac.h.

Status of the operation

Definition at line 844 of file LoRaMac.h.