A Discrete-Event Network Simulator
API
ns3::LrWpanMac::IndTxQueueElement Struct Reference

Helper structure for managing indirect transmission queue elements. More...

+ Collaboration diagram for ns3::LrWpanMac::IndTxQueueElement:

Public Attributes

Time expireTime
 The expiration time of the packet in the indirect transmission queue. More...
 
uint8_t txQMsduHandle
 MSDU Handle. More...
 
Ptr< PackettxQPkt
 Queued packet. More...
 

Detailed Description

Helper structure for managing indirect transmission queue elements.

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

Member Data Documentation

◆ expireTime

Time ns3::LrWpanMac::IndTxQueueElement::expireTime

The expiration time of the packet in the indirect transmission queue.

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

Referenced by ns3::LrWpanMac::McpsDataRequest().

◆ txQMsduHandle

uint8_t ns3::LrWpanMac::IndTxQueueElement::txQMsduHandle

MSDU Handle.

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

Referenced by ns3::LrWpanMac::McpsDataRequest().

◆ txQPkt

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

Queued packet.

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

Referenced by ns3::LrWpanMac::McpsDataRequest().


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