Structure representing an element in the Tx Buffer. More...
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 | |
![]() | |
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 1097 of file zigbee-nwk.h.
uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::macHandle |
The mac handle (msdu handle).
Definition at line 1099 of file zigbee-nwk.h.
uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::nwkHandle |
The nwk handle (nsdu handle).
Definition at line 1100 of file zigbee-nwk.h.
The buffered packet.
Definition at line 1101 of file zigbee-nwk.h.