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

sMlmeConfirm Struct Reference

sMlmeConfirm Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

Mlme_t MlmeRequest
LoRaMacEventInfoStatus_t Status
TimerTime_t TxTimeOnAir
uint8_t DemodMargin
uint8_t NbGateways

Detailed Description

LoRaMAC MLME-Confirm primitive

Definition at line 947 of file LoRaMac.h.


Field Documentation

uint8_t DemodMargin

Demodulation margin. Contains the link margin [dB] of the last successfully received LinkCheckReq

Definition at line 965 of file LoRaMac.h.

Holds the previously performed MLME-Request

Definition at line 952 of file LoRaMac.h.

uint8_t NbGateways

Number of gateways which received the last LinkCheckReq

Definition at line 969 of file LoRaMac.h.

Status of the operation

Definition at line 956 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 960 of file LoRaMac.h.