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

Functions

OpcUa_StatusCode UaServer_HistoryUpdateComplete (UaServer_ProviderHistoryUpdateContext *a_pHistoryUpdateContext)
 Called by the provider to signal that he finished handling the HistoryUpdate call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_HistoryUpdateComplete ( UaServer_ProviderHistoryUpdateContext a_pHistoryUpdateContext)

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

Note
This function is thread-safe.
Parameters
a_pHistoryUpdateContextThe processed HistoryUpdateContext.
Returns
Always returns OpcUa_Good.