A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::visualizer::TxPacketSample Struct Reference

TxPacketSample structure. More...

#include "pyviz.h"

Inheritance diagram for ns3::visualizer::TxPacketSample:
Collaboration diagram for ns3::visualizer::TxPacketSample:

Public Attributes

std::variant< Mac16Address, Mac48Address, Mac64Addressto
 The destination MAC address.
Public Attributes inherited from ns3::visualizer::PacketSample
Ptr< NetDevicedevice
 The NetDevice reference.
Ptr< Packetpacket
 The packet reference.
Time time
 The received or transmitted time of the sample.

Detailed Description

TxPacketSample structure.

Definition at line 67 of file pyviz.h.

Member Data Documentation

◆ to

std::variant<Mac16Address, Mac48Address, Mac64Address> ns3::visualizer::TxPacketSample::to

The destination MAC address.

Definition at line 69 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::TraceNetDevTxCommon().


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