A Discrete-Event Network Simulator
API
WifiTxopTest::FrameInfo Struct Reference

Information about transmitted frames. More...

+ Collaboration diagram for WifiTxopTest::FrameInfo:

Public Attributes

WifiMacHeader header
 Frame MAC header. More...
 
Time txDuration
 Frame TX duration. More...
 
Time txStart
 Frame start TX time. More...
 
WifiTxVector txVector
 TX vector used to transmit the frame. More...
 

Detailed Description

Information about transmitted frames.

Definition at line 85 of file wifi-txop-test.cc.

Member Data Documentation

◆ header

WifiMacHeader WifiTxopTest::FrameInfo::header

Frame MAC header.

Definition at line 89 of file wifi-txop-test.cc.

◆ txDuration

Time WifiTxopTest::FrameInfo::txDuration

Frame TX duration.

Definition at line 88 of file wifi-txop-test.cc.

◆ txStart

Time WifiTxopTest::FrameInfo::txStart

Frame start TX time.

Definition at line 87 of file wifi-txop-test.cc.

◆ txVector

WifiTxVector WifiTxopTest::FrameInfo::txVector

TX vector used to transmit the frame.

Definition at line 90 of file wifi-txop-test.cc.


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