20171208

Fork of LoRaWAN-lib by Semtech

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
uint32_t UpLinkFrequency

Detailed Description

LoRaMAC MCPS-Confirm

Definition at line 821 of file LoRaMac.h.


Field Documentation

Set if an acknowledgement was received

Definition at line 842 of file LoRaMac.h.

uint8_t Datarate

Uplink datarate

Definition at line 834 of file LoRaMac.h.

Holds the previously performed MCPS-Request

Definition at line 826 of file LoRaMac.h.

uint8_t NbRetries

Provides the number of retransmissions

Definition at line 846 of file LoRaMac.h.

Status of the operation

Definition at line 830 of file LoRaMac.h.

int8_t TxPower

Transmission power

Definition at line 838 of file LoRaMac.h.

TimerTime_t TxTimeOnAir

The transmission time on air of the frame

Definition at line 850 of file LoRaMac.h.

uint32_t UpLinkCounter

The uplink counter value related to the frame

Definition at line 854 of file LoRaMac.h.

uint32_t UpLinkFrequency

The uplink frequency related to the frame

Definition at line 858 of file LoRaMac.h.