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< Packet > | txPkt |
| 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. | |
| 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 Tx Buffer.
Definition at line 1082 of file zigbee-nwk.h.
| uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::macHandle |
The mac handle (msdu handle).
Definition at line 1084 of file zigbee-nwk.h.
| uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::nwkHandle |
The nwk handle (nsdu handle).
Definition at line 1085 of file zigbee-nwk.h.
The buffered packet.
Definition at line 1086 of file zigbee-nwk.h.