Structure representing an element in the pending transaction queue. More...
Public Attributes | |
Mac16Address | dstAddr |
The destination network Address. | |
Time | expireTime |
The expiration time of the packet. | |
uint8_t | nsduHandle |
The NSDU handle. | |
Ptr< Packet > | txPkt |
The pending packet. | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Structure representing an element in the pending transaction queue.
Definition at line 1075 of file zigbee-nwk.h.
Mac16Address ns3::zigbee::ZigbeeNwk::PendingTxPkt::dstAddr |
The destination network Address.
Definition at line 1078 of file zigbee-nwk.h.
Time ns3::zigbee::ZigbeeNwk::PendingTxPkt::expireTime |
The expiration time of the packet.
Definition at line 1080 of file zigbee-nwk.h.
uint8_t ns3::zigbee::ZigbeeNwk::PendingTxPkt::nsduHandle |
The NSDU handle.
Definition at line 1077 of file zigbee-nwk.h.
The pending packet.
Definition at line 1079 of file zigbee-nwk.h.