3D-ICE 3.0.0
Data Fields
Socket_t Struct Reference

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
 

Detailed Description

Definition at line 66 of file network_socket.h.

Field Documentation

◆ Address

struct sockaddr_in Socket_t::Address

The IP address related to the socket

Definition at line 74 of file network_socket.h.

◆ HostName

char Socket_t::HostName[32]

The IP address, as a string

Definition at line 78 of file network_socket.h.

◆ Id

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

PortNumber_t Socket_t::PortNumber

The port number (host horder)

Definition at line 82 of file network_socket.h.


The documentation for this struct was generated from the following file: