20171208

Fork of LoRaWAN-lib by Semtech

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
uint8_t NbRetries

Detailed Description

LoRaMAC MLME-Confirm primitive

Definition at line 1051 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 1069 of file LoRaMac.h.

Holds the previously performed MLME-Request

Definition at line 1056 of file LoRaMac.h.

uint8_t NbGateways

Number of gateways which received the last LinkCheckReq

Definition at line 1073 of file LoRaMac.h.

uint8_t NbRetries

Provides the number of retransmissions

Definition at line 1077 of file LoRaMac.h.

Status of the operation

Definition at line 1060 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 1064 of file LoRaMac.h.