A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::zigbee::ZigbeeNwk::TxPkt Struct Reference

Structure representing an element in the Tx Buffer. More...

+ Inheritance diagram for ns3::zigbee::ZigbeeNwk::TxPkt:
+ Collaboration diagram for ns3::zigbee::ZigbeeNwk::TxPkt:

Public Attributes

uint8_t macHandle
 The mac handle (msdu handle).
 
uint8_t nwkHandle
 The nwk handle (nsdu handle).
 
Ptr< PackettxPkt
 The buffered packet.
 

Additional Inherited Members

- Public Member Functions inherited from ns3::SimpleRefCount< TxPkt >
 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

Structure representing an element in the Tx Buffer.

Definition at line 1097 of file zigbee-nwk.h.

Member Data Documentation

◆ macHandle

uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::macHandle

The mac handle (msdu handle).

Definition at line 1099 of file zigbee-nwk.h.

◆ nwkHandle

uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::nwkHandle

The nwk handle (nsdu handle).

Definition at line 1100 of file zigbee-nwk.h.

◆ txPkt

Ptr<Packet> ns3::zigbee::ZigbeeNwk::TxPkt::txPkt

The buffered packet.

Definition at line 1101 of file zigbee-nwk.h.


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