Block Ack Request. More...
#include <block-ack-manager.h>
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 |
bool | immediate |
Mac48Address | recipient |
uint8_t | tid |
Block Ack Request.
Definition at line 47 of file block-ack-manager.h.
ns3::Bar::Bar | ( | ) |
Definition at line 51 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 56 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
Definition at line 63 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
bool ns3::Bar::immediate |
Definition at line 66 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
Mac48Address ns3::Bar::recipient |
Definition at line 64 of file block-ack-manager.h.
Referenced by ns3::EdcaTxopN::SendBlockAckRequest().
uint8_t ns3::Bar::tid |
Definition at line 65 of file block-ack-manager.h.