A Discrete-Event Network Simulator
API
ns3::MacLow::CfAckInfo Struct Reference

A struct that holds information about Ack piggybacking (CF-Ack). More...

+ Collaboration diagram for ns3::MacLow::CfAckInfo:

Public Attributes

Mac48Address address
 Address of the station to be acknowledged. More...
 
bool appendCfAck
 Flag used for PCF to indicate whether a CF-Ack should be appended. More...
 
bool expectCfAck
 Flag used for PCF to indicate whether a CF-Ack should be expected. More...
 

Detailed Description

A struct that holds information about Ack piggybacking (CF-Ack).

Definition at line 835 of file mac-low.h.

Member Data Documentation

◆ address

Mac48Address ns3::MacLow::CfAckInfo::address

Address of the station to be acknowledged.

Definition at line 839 of file mac-low.h.

Referenced by ns3::MacLow::ReceiveOk(), and ns3::MacLow::SendDataPacket().

◆ appendCfAck

bool ns3::MacLow::CfAckInfo::appendCfAck

Flag used for PCF to indicate whether a CF-Ack should be appended.

Definition at line 837 of file mac-low.h.

Referenced by ns3::MacLow::ForwardDown(), ns3::MacLow::GetCfEndSize(), ns3::MacLow::ReceiveOk(), and ns3::MacLow::SendDataPacket().

◆ expectCfAck

bool ns3::MacLow::CfAckInfo::expectCfAck

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