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

#include <NetworkProtocolBase.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::NetworkProtocolBase::SocketDescriptor::SocketDescriptor ( int  socketId,
int  protocolId,
L3Address  localAddress 
)
inline

Member Data Documentation

◆ localAddress

L3Address inet::NetworkProtocolBase::SocketDescriptor::localAddress

◆ protocolId

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

◆ remoteAddress

L3Address inet::NetworkProtocolBase::SocketDescriptor::remoteAddress

◆ socketId

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

The documentation for this struct was generated from the following file:
inet::NetworkProtocolBase::SocketDescriptor::localAddress
L3Address localAddress
Definition: NetworkProtocolBase.h:28
inet::NetworkProtocolBase::SocketDescriptor::protocolId
int protocolId
Definition: NetworkProtocolBase.h:27
inet::NetworkProtocolBase::SocketDescriptor::socketId
int socketId
Definition: NetworkProtocolBase.h:26