end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sMcpsConfirm Struct Reference

sMcpsConfirm Struct Reference

#include <LoRaMacSingle.h>

Data Fields

Mcps_t McpsRequest
LoRaMacEventInfoStatus_t Status
int8_t TxPower
bool AckReceived
uint32_t UpLinkCounter
uint32_t UpLinkFrequency

Detailed Description

LoRaMAC MCPS-Confirm

Definition at line 769 of file LoRaMacSingle.h.


Field Documentation

Set if an acknowledgement was received

Definition at line 790 of file LoRaMacSingle.h.

Mcps_t McpsRequest

Holds the previously performed MCPS-Request

Definition at line 774 of file LoRaMacSingle.h.

LoRaMacEventInfoStatus_t Status

Status of the operation

Definition at line 778 of file LoRaMacSingle.h.

int8_t TxPower

Uplink datarate

Transmission power

Definition at line 786 of file LoRaMacSingle.h.

uint32_t UpLinkCounter

Provides the number of retransmissions

The transmission time on air of the frame

uint32_t TxTimeOnAir;

The uplink counter value related to the frame

Definition at line 802 of file LoRaMacSingle.h.

uint32_t UpLinkFrequency

The uplink frequency related to the frame

Definition at line 806 of file LoRaMacSingle.h.