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 | |
| Public Member Functions inherited from ns3::SimpleRefCount< PendingTxPkt > | |
| SimpleRefCount () | |
| Default 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 1060 of file zigbee-nwk.h.
| Mac16Address ns3::zigbee::ZigbeeNwk::PendingTxPkt::dstAddr |
The destination network Address.
Definition at line 1063 of file zigbee-nwk.h.
| Time ns3::zigbee::ZigbeeNwk::PendingTxPkt::expireTime |
The expiration time of the packet.
Definition at line 1065 of file zigbee-nwk.h.
| uint8_t ns3::zigbee::ZigbeeNwk::PendingTxPkt::nsduHandle |
The NSDU handle.
Definition at line 1062 of file zigbee-nwk.h.
The pending packet.
Definition at line 1064 of file zigbee-nwk.h.