20171208

Fork of LoRaWAN-lib by Semtech

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


Field Documentation

Set if an acknowledgement was received

Definition at line 919 of file LoRaMac.h.

uint8_t* Buffer

Pointer to the received data stream

Definition at line 893 of file LoRaMac.h.

uint8_t BufferSize

Size of the received data stream

Definition at line 897 of file LoRaMac.h.

uint32_t DownLinkCounter

The downlink counter value for the received frame

Definition at line 923 of file LoRaMac.h.

uint8_t FramePending

Frame pending status

Definition at line 889 of file LoRaMac.h.

MCPS-Indication type

Definition at line 869 of file LoRaMac.h.

uint8_t Multicast

Multicast

Definition at line 877 of file LoRaMac.h.

uint8_t Port

Application port

Definition at line 881 of file LoRaMac.h.

int16_t Rssi

Rssi of the received packet

Definition at line 905 of file LoRaMac.h.

bool RxData

Indicates, if data is available

Definition at line 901 of file LoRaMac.h.

uint8_t RxDatarate

Downlink datarate

Definition at line 885 of file LoRaMac.h.

uint8_t RxSlot

Receive window

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

Definition at line 915 of file LoRaMac.h.

uint8_t Snr

Snr of the received packet

Definition at line 909 of file LoRaMac.h.

Status of the operation

Definition at line 873 of file LoRaMac.h.