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

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

Collaboration diagram for ns3::lrwpan::LrWpanMac::TxQueueElement:

Public Attributes

uint8_t txQMsduHandle
 MSDU Handle.
Ptr< PackettxQPkt
 Queued packet.

Detailed Description

Helper structure for managing transmission queue elements.

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

Member Data Documentation

◆ txQMsduHandle

uint8_t ns3::lrwpan::LrWpanMac::TxQueueElement::txQMsduHandle

MSDU Handle.

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

◆ txQPkt

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

Queued packet.

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


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