ANSI C Based OPC UA Client/Server SDK  1.9.0.430
UaServerNodeManagement

Functions

OpcUa_StatusCode UaServer_AddNodesComplete (UaServer_ProviderAddNodesContext *a_pAddNodesContext)
 Called by the provider to signal that he finished handling the AddNodes call. More...
 
OpcUa_StatusCode UaServer_AddReferencesComplete (UaServer_ProviderAddReferencesContext *a_pAddReferencesContext)
 Called by the provider to signal that he finished handling the AddReferences call. More...
 
OpcUa_StatusCode UaServer_DeleteNodesComplete (UaServer_ProviderDeleteNodesContext *a_pDeleteNodesContext)
 Called by the provider to signal that he finished handling the DeleteNodes call. More...
 
OpcUa_StatusCode UaServer_DeleteReferencesComplete (UaServer_ProviderDeleteReferencesContext *a_pDeleteReferencesContext)
 Called by the provider to signal that he finished handling the DeleteReferences call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_AddNodesComplete ( UaServer_ProviderAddNodesContext *  a_pAddNodesContext)

Called by the provider to signal that he finished handling the AddNodes call.

Note
This function is thread-safe.
Parameters
a_pAddNodesContextThe processed AddNodesContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_AddReferencesComplete ( UaServer_ProviderAddReferencesContext *  a_pAddReferencesContext)

Called by the provider to signal that he finished handling the AddReferences call.

Note
This function is thread-safe.
Parameters
a_pAddReferencesContextThe processed AddReferencesContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_DeleteNodesComplete ( UaServer_ProviderDeleteNodesContext *  a_pDeleteNodesContext)

Called by the provider to signal that he finished handling the DeleteNodes call.

Note
This function is thread-safe.
Parameters
a_pDeleteNodesContextThe processed DeleteNodesContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_DeleteReferencesComplete ( UaServer_ProviderDeleteReferencesContext *  a_pDeleteReferencesContext)

Called by the provider to signal that he finished handling the DeleteReferences call.

Note
This function is thread-safe.
Parameters
a_pDeleteReferencesContextThe processed DeleteReferencesContext.
Returns
Always returns OpcUa_Good.