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. | |
Helper structure for managing pending transaction list elements (Indirect transmissions).
Definition at line 755 of file lr-wpan-mac.h.
| Mac64Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstExtAddress |
The destination extended Mac Address.
Definition at line 759 of file lr-wpan-mac.h.
| Mac16Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstShortAddress |
The destination short Mac Address.
Definition at line 758 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 761 of file lr-wpan-mac.h.
| uint8_t ns3::lrwpan::LrWpanMac::IndTxQueueElement::seqNum |
The sequence number of the queued packet.
Definition at line 757 of file lr-wpan-mac.h.
Queued packet.
Definition at line 760 of file lr-wpan-mac.h.