Helper structure for managing pending transaction list elements (Indirect transmissions). More...
Public Attributes | |
Mac64Address | dstExtAddress |
The destination extended Mac Address. | |
Mac16Address | dstShortAddress |
The destination short Mac Address. | |
Time | expireTime |
The expiration time of the packet in the indirect transmission queue. | |
uint8_t | seqNum |
The sequence number of the queued packet. | |
Ptr< Packet > | txQPkt |
Queued packet. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< IndTxQueueElement > | |
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 pending transaction list elements (Indirect transmissions).
Definition at line 752 of file lr-wpan-mac.h.
Mac64Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstExtAddress |
The destination extended Mac Address.
Definition at line 756 of file lr-wpan-mac.h.
Mac16Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstShortAddress |
The destination short Mac Address.
Definition at line 755 of file lr-wpan-mac.h.
Time ns3::lrwpan::LrWpanMac::IndTxQueueElement::expireTime |
The expiration time of the packet in the indirect transmission queue.
Definition at line 758 of file lr-wpan-mac.h.
uint8_t ns3::lrwpan::LrWpanMac::IndTxQueueElement::seqNum |
The sequence number of the queued packet.
Definition at line 754 of file lr-wpan-mac.h.
Queued packet.
Definition at line 757 of file lr-wpan-mac.h.