S2OPC OPCUA Toolkit
Data Structures | Macros | Typedefs
p_sopc_sockets.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <zephyr/net/socket.h>
#include "sopc_enums.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)
 Implementation of SOPC sockets in scope of ZEPHYR OS. More...
 

Typedefs

typedef int Socket
 
typedef struct zsock_addrinfo SOPC_Socket_AddressInfo
 
typedef struct zsock_addrinfo SOPC_Socket_Address
 Socket address information on a connected socket. More...
 

Macro Definition Documentation

◆ SOPC_INVALID_SOCKET

#define SOPC_INVALID_SOCKET   (-1)

Implementation of SOPC sockets in scope of ZEPHYR OS.

Typedef Documentation

◆ Socket

typedef int Socket

◆ SOPC_Socket_AddressInfo

typedef struct zsock_addrinfo SOPC_Socket_AddressInfo

◆ SOPC_Socket_Address

typedef struct zsock_addrinfo SOPC_Socket_Address

Socket address information on a connected socket.