S2OPC OPCUA Toolkit
|
#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... | |
#define SOPC_INVALID_SOCKET -1 |
typedef int Socket |
Socket base type.
typedef struct addrinfo SOPC_Socket_AddressInfo |
Socket addressing information for listening or connecting operation type.
typedef struct addrinfo SOPC_Socket_Address |
Socket address information on a connected socket.