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

TxPacketSample structure. More...

#include "pyviz.h"

Inheritance diagram for ns3::PyViz::TxPacketSample:
Collaboration diagram for ns3::PyViz::TxPacketSample:

Public Attributes

std::variant< Mac16Address, Mac48Address, Mac64Addressto
 The destination MAC address.
Public Attributes inherited from ns3::PyViz::PacketSample
Ptr< NetDevicedevice
 device
Ptr< Packetpacket
 packet
Time time
 time

Detailed Description

TxPacketSample structure.

Definition at line 148 of file pyviz.h.

Member Data Documentation

◆ to

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

The destination MAC address.

Definition at line 150 of file pyviz.h.

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


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