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

Structure representing an element in the pending transaction queue. More...

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

Public Attributes

Mac16Address dstAddr
 The destination network Address.
 
Time expireTime
 The expiration time of the packet.
 
uint8_t nsduHandle
 The NSDU handle.
 
Ptr< PackettxPkt
 The pending packet.
 

Additional Inherited Members

- Public Member Functions inherited from ns3::SimpleRefCount< PendingTxPkt >
 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 pending transaction queue.

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

Member Data Documentation

◆ dstAddr

Mac16Address ns3::zigbee::ZigbeeNwk::PendingTxPkt::dstAddr

The destination network Address.

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

◆ expireTime

Time ns3::zigbee::ZigbeeNwk::PendingTxPkt::expireTime

The expiration time of the packet.

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

◆ nsduHandle

uint8_t ns3::zigbee::ZigbeeNwk::PendingTxPkt::nsduHandle

The NSDU handle.

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

◆ txPkt

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

The pending packet.

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


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