LoRaWAN MAC layer implementation

Dependents:   LoRaWAN-demo-72_tjm LoRaWAN-demo-72_jlc LoRaWAN-demo-elmo frdm_LoRa_Connect_Woodstream_Demo_tjm ... more

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


Field Documentation

Set if an acknowledgement was received

Definition at line 782 of file LoRaMac.h.

uint8_t Datarate

Uplink datarate

Definition at line 774 of file LoRaMac.h.

Holds the previously performed MCPS-Request

Definition at line 766 of file LoRaMac.h.

uint8_t NbRetries

Provides the number of retransmissions

Definition at line 786 of file LoRaMac.h.

Status of the operation

Definition at line 770 of file LoRaMac.h.

int8_t TxPower

Transmission power

Definition at line 778 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 790 of file LoRaMac.h.

uint32_t UpLinkCounter

The uplink counter value related to the frame

Definition at line 794 of file LoRaMac.h.