Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

Embed: (wiki syntax)

« Back to documentation index

sMcpsConfirm Struct Reference

sMcpsConfirm Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

Mcps_t McpsRequest
LoRaMacEventInfoStatus_t Status
uint8_t Datarate
int8_t TxPower
bool AckReceived
uint8_t NbRetries
TimerTime_t TxTimeOnAir
uint32_t UpLinkCounter

Detailed Description

LoRaMAC MCPS-Confirm

Definition at line 796 of file LoRaMac.h.


Field Documentation

Set if an acknowledgement was received

Definition at line 817 of file LoRaMac.h.

uint8_t Datarate

Uplink datarate

Definition at line 809 of file LoRaMac.h.

Holds the previously performed MCPS-Request

Definition at line 801 of file LoRaMac.h.

uint8_t NbRetries

Provides the number of retransmissions

Definition at line 821 of file LoRaMac.h.

Status of the operation

Definition at line 805 of file LoRaMac.h.

int8_t TxPower

Transmission power

Definition at line 813 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 825 of file LoRaMac.h.

uint32_t UpLinkCounter

The uplink counter value related to the frame

Definition at line 829 of file LoRaMac.h.