A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lrwpan::LrWpanMac::IndTxQueueElement Struct Reference

Helper structure for managing pending transaction list elements (Indirect transmissions). More...

Collaboration diagram for ns3::lrwpan::LrWpanMac::IndTxQueueElement:

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< PackettxQPkt
 Queued packet.

Detailed Description

Helper structure for managing pending transaction list elements (Indirect transmissions).

Definition at line 755 of file lr-wpan-mac.h.

Member Data Documentation

◆ dstExtAddress

Mac64Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstExtAddress

The destination extended Mac Address.

Definition at line 759 of file lr-wpan-mac.h.

◆ dstShortAddress

Mac16Address ns3::lrwpan::LrWpanMac::IndTxQueueElement::dstShortAddress

The destination short Mac Address.

Definition at line 758 of file lr-wpan-mac.h.

◆ expireTime

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.

◆ seqNum

uint8_t ns3::lrwpan::LrWpanMac::IndTxQueueElement::seqNum

The sequence number of the queued packet.

Definition at line 757 of file lr-wpan-mac.h.

◆ txQPkt

Ptr<Packet> ns3::lrwpan::LrWpanMac::IndTxQueueElement::txQPkt

Queued packet.

Definition at line 760 of file lr-wpan-mac.h.


The documentation for this struct was generated from the following file: