end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sMlmeConfirm Struct Reference

sMlmeConfirm Struct Reference

#include <LoRaMacSingle.h>

Data Fields

Mlme_t MlmeRequest
LoRaMacEventInfoStatus_t Status
uint8_t DemodMargin
uint8_t NbGateways

Detailed Description

LoRaMAC MLME-Confirm primitive

Definition at line 1003 of file LoRaMacSingle.h.


Field Documentation

uint8_t DemodMargin

The transmission time on air of the frame

uint32_t TxTimeOnAir;

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

Definition at line 1021 of file LoRaMacSingle.h.

Mlme_t MlmeRequest

Holds the previously performed MLME-Request

Definition at line 1008 of file LoRaMacSingle.h.

uint8_t NbGateways

Number of gateways which received the last LinkCheckReq

Definition at line 1025 of file LoRaMacSingle.h.

LoRaMacEventInfoStatus_t Status

Status of the operation

Definition at line 1012 of file LoRaMacSingle.h.