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

UaServer Provider HistoryReadProcessedContext Structure. More...

#include <uaserver_providers.h>

Data Fields

OpcUa_RequestHeader RequestHeader
 Service request header. More...
 
OpcUa_ReadProcessedDetailspHistoryReadProcessedDetails
 Properties of the ReadProcessed call. More...
 
OpcUa_TimestampsToReturn TimestampsToReturn
 Selects which timestamps are to be returned. More...
 
OpcUa_Boolean ReleaseContinuationPoints
 True if the continuation points of the last HistoryRead call shall be released. More...
 
OpcUa_Int32 NoOfNodesToRead
 Number of nodes to read. More...
 
OpcUa_HistoryReadValueIdpNodesToRead
 The nodes to read. More...
 
OpcUa_HistoryReadResponsepResponse
 HistoryRead response structure. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_Session * pSession
 corresponding session. More...
 

Detailed Description

UaServer Provider HistoryReadProcessedContext Structure.

Field Documentation

OpcUa_Int32 UaServer_ProviderHistoryReadProcessedContext::NoOfNodesToRead

Number of nodes to read.

OpcUa_Int UaServer_ProviderHistoryReadProcessedContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_ReadProcessedDetails* UaServer_ProviderHistoryReadProcessedContext::pHistoryReadProcessedDetails

Properties of the ReadProcessed call.

OpcUa_HistoryReadValueId* UaServer_ProviderHistoryReadProcessedContext::pNodesToRead

The nodes to read.

OpcUa_HistoryReadResponse* UaServer_ProviderHistoryReadProcessedContext::pResponse

HistoryRead response structure.

UaServer_Session* UaServer_ProviderHistoryReadProcessedContext::pSession

corresponding session.

OpcUa_Boolean UaServer_ProviderHistoryReadProcessedContext::ReleaseContinuationPoints

True if the continuation points of the last HistoryRead call shall be released.

OpcUa_RequestHeader UaServer_ProviderHistoryReadProcessedContext::RequestHeader

Service request header.

OpcUa_TimestampsToReturn UaServer_ProviderHistoryReadProcessedContext::TimestampsToReturn

Selects which timestamps are to be returned.


The documentation for this struct was generated from the following file: