A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Bar Struct Reference

Block Ack Request. More...

#include <block-ack-manager.h>

+ Collaboration diagram for ns3::Bar:

Public Member Functions

 Bar ()
 Bar (Ptr< const Packet > packet, Mac48Address recipient, uint8_t tid, bool immediate)

Public Attributes

Ptr< const Packetbar
bool immediate
Mac48Address recipient
uint8_t tid

Detailed Description

Block Ack Request.

Definition at line 49 of file block-ack-manager.h.

Constructor & Destructor Documentation

ns3::Bar::Bar ( )

Definition at line 49 of file block-ack-manager.cc.

ns3::Bar::Bar ( Ptr< const Packet packet,
Mac48Address  recipient,
uint8_t  tid,
bool  immediate 
)

Definition at line 53 of file block-ack-manager.cc.

Member Data Documentation

Ptr<const Packet> ns3::Bar::bar

Definition at line 56 of file block-ack-manager.h.

Referenced by ns3::EdcaTxopN::SendBlockAckRequest().

bool ns3::Bar::immediate

Definition at line 59 of file block-ack-manager.h.

Referenced by ns3::EdcaTxopN::SendBlockAckRequest().

Mac48Address ns3::Bar::recipient

Definition at line 57 of file block-ack-manager.h.

Referenced by ns3::EdcaTxopN::SendBlockAckRequest().

uint8_t ns3::Bar::tid

Definition at line 58 of file block-ack-manager.h.


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