Helper structure for managing transmission queue elements. More...
Public Attributes | |
uint8_t | txQMsduHandle |
MSDU Handle. More... | |
Ptr< Packet > | txQPkt |
Queued packet. More... | |
Helper structure for managing transmission queue elements.
Definition at line 986 of file lr-wpan-mac.h.
uint8_t ns3::LrWpanMac::TxQueueElement::txQMsduHandle |
MSDU Handle.
Definition at line 988 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::McpsDataRequest(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), and ns3::LrWpanMac::PrepareRetransmission().
Queued packet.
Definition at line 989 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::CheckQueue(), ns3::LrWpanMac::McpsDataRequest(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PrepareRetransmission(), and ns3::LrWpanMac::RemoveFirstTxQElement().