Helper structure for managing indirect transmission queue elements. More...
Public Attributes | |
Time | expireTime |
The expiration time of the packet in the indirect transmission queue. More... | |
uint8_t | txQMsduHandle |
MSDU Handle. More... | |
Ptr< Packet > | txQPkt |
Queued packet. More... | |
Helper structure for managing indirect transmission queue elements.
Definition at line 995 of file lr-wpan-mac.h.
Time ns3::LrWpanMac::IndTxQueueElement::expireTime |
The expiration time of the packet in the indirect transmission queue.
Definition at line 999 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::McpsDataRequest().
uint8_t ns3::LrWpanMac::IndTxQueueElement::txQMsduHandle |
MSDU Handle.
Definition at line 997 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::McpsDataRequest().
Queued packet.
Definition at line 998 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::McpsDataRequest().