SimpleUDP::SockDesc Struct Reference

#include <SimpleUDP.h>

List of all members.


Detailed Description

defines a socket

Public Attributes

int sockId
 socket deskriptor, supposed to be unique across apps
int userId
 we just send it back, but don't do anything with it
int appGateIndex
 indicates the application the socket is connected to
bool onlyLocalPortIsSet
 remoteAddr, localPort and remotePort are not set
IPvXAddress localAddr
 IP Adress to which replies have to be sent.
IPvXAddress remoteAddr
 IP Adress to which queries are sent.
short localPort
 port to which replies have to be sent
short remotePort
 port to which queries are sent
int interfaceId
 Interface to which the socket is connected.

Member Data Documentation

int SimpleUDP::SockDesc::sockId

socket deskriptor, supposed to be unique across apps

int SimpleUDP::SockDesc::userId

we just send it back, but don't do anything with it

int SimpleUDP::SockDesc::appGateIndex

indicates the application the socket is connected to

bool SimpleUDP::SockDesc::onlyLocalPortIsSet

remoteAddr, localPort and remotePort are not set

IPvXAddress SimpleUDP::SockDesc::localAddr

IP Adress to which replies have to be sent.

IPvXAddress SimpleUDP::SockDesc::remoteAddr

IP Adress to which queries are sent.

short SimpleUDP::SockDesc::localPort

port to which replies have to be sent

short SimpleUDP::SockDesc::remotePort

port to which queries are sent

int SimpleUDP::SockDesc::interfaceId

Interface to which the socket is connected.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 17 13:19:30 2008 for ITM OverSim by  doxygen 1.5.3