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. | |
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.