INET Framework for OMNeT++/OMNEST
inet::NextHopForwarding::SocketDescriptor Struct Reference

#include <NextHopForwarding.h>

Public Member Functions

 SocketDescriptor (int socketId, int protocolId, L3Address localAddress)
 

Public Attributes

int socketId = -1
 
int protocolId = -1
 
L3Address localAddress
 
L3Address remoteAddress
 

Constructor & Destructor Documentation

◆ SocketDescriptor()

inet::NextHopForwarding::SocketDescriptor::SocketDescriptor ( int  socketId,
int  protocolId,
L3Address  localAddress 
)
inline

Member Data Documentation

◆ localAddress

L3Address inet::NextHopForwarding::SocketDescriptor::localAddress

◆ protocolId

int inet::NextHopForwarding::SocketDescriptor::protocolId = -1

◆ remoteAddress

L3Address inet::NextHopForwarding::SocketDescriptor::remoteAddress

◆ socketId

int inet::NextHopForwarding::SocketDescriptor::socketId = -1

The documentation for this struct was generated from the following file:
inet::NextHopForwarding::SocketDescriptor::protocolId
int protocolId
Definition: NextHopForwarding.h:58
inet::NextHopForwarding::SocketDescriptor::socketId
int socketId
Definition: NextHopForwarding.h:57
inet::NextHopForwarding::SocketDescriptor::localAddress
L3Address localAddress
Definition: NextHopForwarding.h:59