UA ANSI C Server Professional  1.4.2.297
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
UaServerWrite

Functions

OpcUa_StatusCode UaServer_WriteComplete (UaServer_ProviderWriteContext *a_pWriteContext)
 Called by the provider to signal that he finished handling the Write call. More...
 
OpcUa_StatusCode UaServer_WriteInternal (OpcUa_BaseNode *a_pNode, UaServer_ProviderWriteContext *a_pWriteContext, OpcUa_Int32 a_iNodeIndex)
 Called by a provider to let the SDK handle the write call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_WriteComplete ( UaServer_ProviderWriteContext a_pWriteContext)

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

Note
This function is thread-safe.
Parameters
a_pWriteContextThe processed WriteContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_WriteInternal ( OpcUa_BaseNode *  a_pNode,
UaServer_ProviderWriteContext a_pWriteContext,
OpcUa_Int32  a_iNodeIndex 
)

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

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