Damian Gabino / LoRaWAN-lib

Fork of LoRaWAN-lib-v1_0_1 by Uttam Bhat

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

Holds the previously performed MLME-Request

Definition at line 936 of file LoRaMac.h.

uint8_t NbGateways

Number of gateways which received the last LinkCheckReq

Definition at line 953 of file LoRaMac.h.

Status of the operation

Definition at line 940 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 944 of file LoRaMac.h.