28#ifndef SOPC_SECURE_CHANNELS_API_H_
29#define SOPC_SECURE_CHANNELS_API_H_
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
struct _SOPC_EventHandler SOPC_EventHandler
Processes messages from a queue.
Definition sopc_event_handler.h:35
void SOPC_SetListenerFunc(SOPC_EventHandler *handler)
Function prototype for connecting an event emitter to a listener.
Definition sopc_event_handler.h:59
void SOPC_SecureChannels_SetEventHandler(SOPC_EventHandler *handler)
SOPC_SecureChannels_OutputEvent
Secure channel output events to services layer.
Definition sopc_secure_channels_api.h:93
@ SC_REQUEST_TIMEOUT
Definition sopc_secure_channels_api.h:138
@ EP_REVERSE_CLOSED
Definition sopc_secure_channels_api.h:101
@ SC_SND_FAILURE
Definition sopc_secure_channels_api.h:133
@ SC_CONNECTION_TIMEOUT
Definition sopc_secure_channels_api.h:115
@ SC_CONNECTED
Definition sopc_secure_channels_api.h:105
@ EP_CONNECTED
Definition sopc_secure_channels_api.h:94
@ SC_DISCONNECTED
Definition sopc_secure_channels_api.h:119
@ SC_SERVICE_RCV_MSG
Definition sopc_secure_channels_api.h:125
@ SC_REVERSE_CONNECTED
Definition sopc_secure_channels_api.h:109
@ EP_CLOSED
Definition sopc_secure_channels_api.h:98
void SOPC_SecureChannels_Initialize(SOPC_SetListenerFunc *setSocketsListener)
SOPC_SecureChannels_InputEvent
Secure channel input events from services layer.
Definition sopc_secure_channels_api.h:39
@ SC_SERVICE_SND_ERR
Definition sopc_secure_channels_api.h:68
@ SC_SERVICE_SND_MSG
Definition sopc_secure_channels_api.h:62
@ SC_CONNECT
Definition sopc_secure_channels_api.h:51
@ EP_OPEN
Definition sopc_secure_channels_api.h:40
@ SCS_REEVALUATE_SCS
Definition sopc_secure_channels_api.h:79
@ REVERSE_EP_CLOSE
Definition sopc_secure_channels_api.h:49
@ EP_CLOSE
Definition sopc_secure_channels_api.h:43
@ SC_REVERSE_CONNECT
Definition sopc_secure_channels_api.h:54
@ SC_DISCONNECTED_ACK
Definition sopc_secure_channels_api.h:75
@ SC_DISCONNECT
Definition sopc_secure_channels_api.h:58
@ REVERSE_EP_OPEN
Definition sopc_secure_channels_api.h:46
void SOPC_SecureChannels_Clear(void)
SOPC_ReturnStatus SOPC_SecureChannels_EnqueueEvent(SOPC_SecureChannels_InputEvent scEvent, uint32_t id, uintptr_t params, uintptr_t auxParam)