S2OPC OPCUA Toolkit
|
#include <winsock2.h>
#include <ws2tcpip.h>
Go to the source code of this file.
Macros | |
#define | MAX_SEND_ATTEMPTS 20 |
#define | SLEEP_NEXT_SEND_ATTEMP 50 |
#define | SOPC_INVALID_SOCKET INVALID_SOCKET |
Typedefs | |
typedef SOCKET | 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... | |
typedef fd_set | SOPC_SocketSet |
Set of sockets type. More... | |
#define MAX_SEND_ATTEMPTS 20 |
#define SLEEP_NEXT_SEND_ATTEMP 50 |
#define SOPC_INVALID_SOCKET INVALID_SOCKET |
typedef SOCKET 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.
typedef fd_set SOPC_SocketSet |
Set of sockets type.