A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EmlsrManager::MediumSyncDelayStatus Struct Reference

Information about the status of the MediumSyncDelay timer associated with a link. More...

+ Collaboration diagram for ns3::EmlsrManager::MediumSyncDelayStatus:

Public Attributes

std::optional< uint8_t > msdNTxopsLeft
 number of TXOP attempts left while the MediumSyncDelay timer is running
 
EventId timer
 the MediumSyncDelay timer
 

Detailed Description

Information about the status of the MediumSyncDelay timer associated with a link.

Definition at line 441 of file emlsr-manager.h.

Member Data Documentation

◆ msdNTxopsLeft

std::optional<uint8_t> ns3::EmlsrManager::MediumSyncDelayStatus::msdNTxopsLeft

number of TXOP attempts left while the MediumSyncDelay timer is running

Definition at line 444 of file emlsr-manager.h.

◆ timer

EventId ns3::EmlsrManager::MediumSyncDelayStatus::timer

the MediumSyncDelay timer

Definition at line 443 of file emlsr-manager.h.


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