#include <SimpleUDP.h>
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. |
socket deskriptor, supposed to be unique across apps
we just send it back, but don't do anything with it
indicates the application the socket is connected to
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.
port to which replies have to be sent
port to which queries are sent
Interface to which the socket is connected.