A Discrete-Event Network Simulator
API
ns3::PointToPointChannel::Link Class Reference

Wire model for the PointToPointChannel. More...

+ Collaboration diagram for ns3::PointToPointChannel::Link:

Public Member Functions

 Link ()
 Create the link, it will be in INITIALIZING state. More...
 

Public Attributes

Ptr< PointToPointNetDevicem_dst
 Second NetDevice. More...
 
Ptr< PointToPointNetDevicem_src
 First NetDevice. More...
 
WireState m_state
 State of the link. More...
 

Detailed Description

Wire model for the PointToPointChannel.

Definition at line 191 of file point-to-point-channel.h.

Constructor & Destructor Documentation

ns3::PointToPointChannel::Link::Link ( )
inline

Create the link, it will be in INITIALIZING state.

Definition at line 197 of file point-to-point-channel.h.

Member Data Documentation

WireState ns3::PointToPointChannel::Link::m_state

State of the link.

Definition at line 199 of file point-to-point-channel.h.

Referenced by ns3::PointToPointChannel::Attach().


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