S2OPC OPCUA Toolkit
Data Structures | Macros | Typedefs
p_sopc_sockets.h File Reference
#include <netdb.h>
#include <sys/select.h>

Go to the source code of this file.

Data Structures

struct  SOPC_SocketSet
 Set of sockets type. More...
 

Macros

#define SOPC_INVALID_SOCKET   -1
 

Typedefs

typedef int Socket
 Socket base type. More...
 
typedef struct addrinfo SOPC_Socket_AddressInfo
 Socket addressing information for listening or connecting operation type. More...
 
typedef struct addrinfo SOPC_Socket_Address
 Socket address information on a connected socket. More...
 

Macro Definition Documentation

◆ SOPC_INVALID_SOCKET

#define SOPC_INVALID_SOCKET   -1

Typedef Documentation

◆ Socket

typedef int Socket

Socket base type.

◆ SOPC_Socket_AddressInfo

typedef struct addrinfo SOPC_Socket_AddressInfo

Socket addressing information for listening or connecting operation type.

◆ SOPC_Socket_Address

typedef struct addrinfo SOPC_Socket_Address

Socket address information on a connected socket.