A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::zigbee::ZigbeeNwk::TxPkt Struct Reference

Structure representing an element in the Tx Buffer. More...

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< PackettxPkt
 The buffered packet.

Detailed Description

Structure representing an element in the Tx Buffer.

Definition at line 1082 of file zigbee-nwk.h.

Member Data Documentation

◆ macHandle

uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::macHandle

The mac handle (msdu handle).

Definition at line 1084 of file zigbee-nwk.h.

◆ nwkHandle

uint8_t ns3::zigbee::ZigbeeNwk::TxPkt::nwkHandle

The nwk handle (nsdu handle).

Definition at line 1085 of file zigbee-nwk.h.

◆ txPkt

Ptr<Packet> ns3::zigbee::ZigbeeNwk::TxPkt::txPkt

The buffered packet.

Definition at line 1086 of file zigbee-nwk.h.


The documentation for this struct was generated from the following file: