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...

+ Inheritance diagram for ns3::lrwpan::LrWpanMac::IndTxQueueElement:
+ 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.
 

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.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Detailed Description

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

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

Member Data Documentation

◆ dstExtAddress

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

The destination extended Mac Address.

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

◆ dstShortAddress

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

The destination short Mac Address.

Definition at line 756 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 759 of file lr-wpan-mac.h.

◆ seqNum

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

The sequence number of the queued packet.

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

◆ txQPkt

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

Queued packet.

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


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