ANSI C Based OPC UA Client/Server SDK  1.8.3.398
UaServerQuery

Functions

OpcUa_StatusCode UaServer_QueryFirstComplete (UaServer_ProviderQueryFirstContext *a_pQueryFirstContext)
 Called by the provider to signal that he finished handling the QueryFirst call. More...
 
OpcUa_StatusCode UaServer_QueryNextComplete (UaServer_ProviderQueryNextContext *a_pQueryNextContext)
 Called by the provider to signal that he finished handling the QueryNext call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_QueryFirstComplete ( UaServer_ProviderQueryFirstContext *  a_pQueryFirstContext)

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

Note
This function is thread-safe.
Parameters
a_pQueryFirstContextThe processed QueryFirstContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_QueryNextComplete ( UaServer_ProviderQueryNextContext *  a_pQueryNextContext)

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

Note
This function is thread-safe.
Parameters
a_pQueryNextContextThe processed QueryNextContext.
Returns
Always returns OpcUa_Good.