ANSI C Based OPC UA Client/Server SDK  1.9.0.430
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.