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

Functions

OpcUa_StatusCode UaServer_CallComplete (UaServer_ProviderCallContext *a_pCallContext)
 Called by the provider to signal that he finished handling the method call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_CallComplete ( UaServer_ProviderCallContext a_pCallContext)

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

Note
This function is thread-safe.
Parameters
a_pCallContextThe processed CallContext.
Returns
Always returns OpcUa_Good.