UA ANSI C Server Professional  1.4.0.285
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaServerRegister

Functions

OpcUa_StatusCode UaServer_RegisterNodesComplete (UaServer_ProviderRegisterNodesContext *a_pRegisterNodesContext)
 Called by the provider to signal that he finished handling the RegisterNodes call. More...
 
OpcUa_StatusCode UaServer_UnregisterNodesComplete (UaServer_ProviderUnregisterNodesContext *a_pUnregisterNodesContext)
 Called by the provider to signal that he finished handling the UnregisterNodes call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_RegisterNodesComplete ( UaServer_ProviderRegisterNodesContext a_pRegisterNodesContext)

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

Note
This function is thread-safe.
Parameters
a_pRegisterNodesContextThe processed RegisterNodesContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_UnregisterNodesComplete ( UaServer_ProviderUnregisterNodesContext a_pUnregisterNodesContext)

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

Note
This function is thread-safe.
Parameters
a_pUnregisterNodesContextThe processed UnregisterNodesContext.
Returns
Always returns OpcUa_Good.