ANSI C Based OPC UA Client/Server SDK  1.8.3.398
UaServerHistoryRead

Functions

OpcUa_StatusCode UaServer_HistoryReadEventComplete (UaServer_ProviderHistoryReadEventContext *a_pHistoryReadEventContext)
 Called by the provider to signal that he finished handling the HistoryReadEvent call. More...
 
OpcUa_StatusCode UaServer_HistoryReadRawModifiedComplete (UaServer_ProviderHistoryReadRawModifiedContext *a_pHistoryReadRawModifiedContext)
 Called by the provider to signal that he finished handling the HistoryReadRawModified call. More...
 
OpcUa_StatusCode UaServer_HistoryReadProcessedComplete (UaServer_ProviderHistoryReadProcessedContext *a_pHistoryReadProcessedContext)
 Called by the provider to signal that he finished handling the HistoryReadProcessed call. More...
 
OpcUa_StatusCode UaServer_HistoryReadAtTimeComplete (UaServer_ProviderHistoryReadAtTimeContext *a_pHistoryReadAtTimeContext)
 Called by the provider to signal that he finished handling the HistoryReadAtTime call. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_HistoryReadAtTimeComplete ( UaServer_ProviderHistoryReadAtTimeContext a_pHistoryReadAtTimeContext)

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

Note
This function is thread-safe.
Parameters
a_pHistoryReadAtTimeContextThe processed HistoryReadAtTimeContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_HistoryReadEventComplete ( UaServer_ProviderHistoryReadEventContext a_pHistoryReadEventContext)

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

Note
This function is thread-safe.
Parameters
a_pHistoryReadEventContextThe processed HistoryReadEventContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_HistoryReadProcessedComplete ( UaServer_ProviderHistoryReadProcessedContext a_pHistoryReadProcessedContext)

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

Note
This function is thread-safe.
Parameters
a_pHistoryReadProcessedContextThe processed HistoryReadProcessedContext.
Returns
Always returns OpcUa_Good.
OpcUa_StatusCode UaServer_HistoryReadRawModifiedComplete ( UaServer_ProviderHistoryReadRawModifiedContext a_pHistoryReadRawModifiedContext)

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

Note
This function is thread-safe.
Parameters
a_pHistoryReadRawModifiedContextThe processed HistoryReadRawModifiedContext.
Returns
Always returns OpcUa_Good.