Helper structure for managing transmission queue elements. More...
Public Attributes | |
uint8_t | txQMsduHandle |
MSDU Handle. | |
Ptr< Packet > | txQPkt |
Queued packet. | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Helper structure for managing transmission queue elements.
Definition at line 1624 of file lr-wpan-mac.h.
uint8_t ns3::LrWpanMac::TxQueueElement::txQMsduHandle |
MSDU Handle.
Definition at line 1626 of file lr-wpan-mac.h.
Queued packet.
Definition at line 1627 of file lr-wpan-mac.h.