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

Functions

OpcUa_StatusCode UaServer_TranslateComplete (UaServer_ProviderTranslateContext *a_pTranslateContext)
 Called by the provider to signal that it's finished handling the Translate call. More...
 
OpcUa_StatusCode UaServer_TranslateInternal (UaServer_ProviderTranslateContext *a_pTranslateContext, OpcUa_UInt32 a_uStartingNodeIndex)
 Called by a provider to let the SDK handle the Translate call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_TranslateComplete ( UaServer_ProviderTranslateContext a_pTranslateContext)

Called by the provider to signal that it's finished handling the Translate call.

Note
This function is thread-safe.
Parameters
a_pTranslateContextThe processed TranslateContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_TranslateInternal ( UaServer_ProviderTranslateContext a_pTranslateContext,
OpcUa_UInt32  a_uStartingNodeIndex 
)

Called by a provider to let the SDK handle the Translate call.

Parameters
[in]a_pTranslateContextThe associated Translate context.
[in]a_uStartingNodeIndexThe index of the node in the list of starting nodes to process
Returns
the OPC UA Status code.