Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

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

Holds the previously performed MLME-Request

Definition at line 987 of file LoRaMac.h.

uint8_t NbGateways

Number of gateways which received the last LinkCheckReq

Definition at line 1004 of file LoRaMac.h.

Status of the operation

Definition at line 991 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 995 of file LoRaMac.h.