ANSI C UA Server SDK  1.6.0.341
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
UaServerRead

Functions

OpcUa_StatusCode UaServer_ReadComplete (UaServer_ProviderReadContext *a_pReadContext)
 Called by the provider to signal that he finished handling the Read call. More...
 
OpcUa_StatusCode UaServer_ReadInternal (OpcUa_BaseNode *a_pNode, UaServer_ProviderReadContext *a_pReadContext, OpcUa_Int32 a_iNodeIndex)
 Called by a provider to let the SDK handle the read call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_ReadComplete ( UaServer_ProviderReadContext a_pReadContext)

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

Note
This function is thread-safe.
Parameters
a_pReadContextThe processed ReadContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_ReadInternal ( OpcUa_BaseNode *  a_pNode,
UaServer_ProviderReadContext a_pReadContext,
OpcUa_Int32  a_iNodeIndex 
)

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

Parameters
[in]a_pNodeThe node to read
[in]a_pReadContextThe associated read context.
[in]a_iNodeIndexThe index of the node to read from the list of the request
Returns
the OPC UA Status code.