30#ifndef SOPC_TOOLKIT_ASYNC_API_H_
31#define SOPC_TOOLKIT_ASYNC_API_H_
80 uintptr_t requestContext);
94 uint32_t optSubscriptionId,
95 uint32_t optMonitoredItemId);
187 const char* sessionName,
188 uintptr_t sessionContext,
205 const char* sessionName,
206 uintptr_t sessionContext,
207 const char* policyId);
234 const char* sessionName,
235 uintptr_t sessionContext,
236 const char* policyId,
237 const char* username,
238 const uint8_t* password,
239 int32_t length_password);
258 const char* sessionName,
259 uintptr_t sessionContext,
260 const char* policyId,
278 uintptr_t requestContext);
305 void* discoveryReqStruct,
306 uintptr_t requestContext);
SOPC_SecretBuffer SOPC_SerializedAsymmetricKey
A serialized representation of an asymmetric key.
Definition sopc_crypto_decl.h:70
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
struct _SOPC_Event SOPC_Event
The abstract structure type for an OpcUa event instance that might be triggered from nodes.
Definition sopc_event.h:46
Contains the types to be used by the user application to use the Toolkit.
uint32_t SOPC_SessionId
Session identifier type, instances are generated by SE_ACTIVATED_SESSION.
Definition sopc_user_app_itf.h:380
Bytes buffer structure.
Definition sopc_buffer.h:38
Definition sopc_toolkit_async_api.h:123
SOPC_ReverseEndpointConfigIdx reverseEndpointConfigIdx
Definition sopc_toolkit_async_api.h:125
SOPC_SecureChannelConfigIdx secureChannelConfigIdx
Definition sopc_toolkit_async_api.h:129
An ExtensionObject is a container for any Structured DataTypes which cannot be encoded as one of the ...
Definition sopc_builtintypes.h:262
This structure describes a basic NodeID in OPC UA.
Definition sopc_builtintypes.h:189