3D-ICE 3.0.0
|
Structure used to set up and use network connections. More...
#include <network_socket.h>
Data Fields | |
NetworkSocket_t | Id |
struct sockaddr_in | Address |
char | HostName [32] |
PortNumber_t | PortNumber |
Definition at line 66 of file network_socket.h.
struct sockaddr_in Socket_t::Address |
The IP address related to the socket
Definition at line 74 of file network_socket.h.
char Socket_t::HostName[32] |
The IP address, as a string
Definition at line 78 of file network_socket.h.
NetworkSocket_t Socket_t::Id |
The descriptor of the socket (like a unique id - file descriptor)
Definition at line 70 of file network_socket.h.
PortNumber_t Socket_t::PortNumber |
The port number (host horder)
Definition at line 82 of file network_socket.h.