A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lorawan::EndDeviceLorawanMac::LoraRetxParameters Struct Reference

Structure representing the parameters that will be used in the retransmission procedure. More...

#include "end-device-lorawan-mac.h"

+ Collaboration diagram for ns3::lorawan::EndDeviceLorawanMac::LoraRetxParameters:

Public Attributes

Time firstAttempt
 Timestamp of the first transmission of the packet.
 
Ptr< Packetpacket = nullptr
 A pointer to the packet being retransmitted.
 
uint8_t retxLeft
 Number of retransmission attempts left.
 
bool waitingAck = false
 Whether the packet requires explicit acknowledgment.
 

Detailed Description

Structure representing the parameters that will be used in the retransmission procedure.

Definition at line 378 of file end-device-lorawan-mac.h.

Member Data Documentation

◆ firstAttempt

◆ packet

◆ retxLeft

◆ waitingAck


The documentation for this struct was generated from the following file: