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) | |
| Construct Block ACK request for a given packet, receiver address, Traffic ID, and ACK policy.  More... | |
Public Attributes | |
| Ptr< const Packet > | bar | 
| block ack request  More... | |
| bool | immediate | 
| immediate  More... | |
| Mac48Address | recipient | 
| recipient  More... | |
| uint8_t | tid | 
| TID.  More... | |
Block Ack Request.
Definition at line 43 of file block-ack-manager.h.
| ns3::Bar::Bar | ( | ) | 
Definition at line 40 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
| ns3::Bar::Bar | ( | Ptr< const Packet > | packet, | 
| Mac48Address | recipient, | ||
| uint8_t | tid, | ||
| bool | immediate | ||
| ) | 
Construct Block ACK request for a given packet, receiver address, Traffic ID, and ACK policy.
| packet | |
| recipient | |
| tid | |
| immediate | 
Definition at line 45 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
block ack request
Definition at line 59 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
| bool ns3::Bar::immediate | 
immediate
Definition at line 62 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
| Mac48Address ns3::Bar::recipient | 
recipient
Definition at line 60 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
| uint8_t ns3::Bar::tid | 
TID.
Definition at line 61 of file block-ack-manager.h.