UA Ansi C Server Professional  1.3.3.242
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
_UaServer_HistoryUpdateContext Struct Reference

Holds all data to handle the HistoryUpdateRequest. More...

#include <uaserver_historyupdate.h>

Data Fields

OpcUa_HistoryUpdateRequest * pRequest
 HistoryUpdate request structure. More...
 
OpcUa_HistoryUpdateResponse * pResponse
 HistoryUpdate response structure. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_Session * pSession
 Session used for the HistoryUpdate call. More...
 
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the HistoryUpdate call. More...
 
OpcUa_Handle hCallContext
 Context for the HistoryUpdate call from the endpoint. More...
 
UaServerpUaServer
 UaServer associated with the endpoint. More...
 

Detailed Description

Holds all data to handle the HistoryUpdateRequest.

Field Documentation

OpcUa_Handle _UaServer_HistoryUpdateContext::hCallContext

Context for the HistoryUpdate call from the endpoint.

OpcUa_Endpoint _UaServer_HistoryUpdateContext::hEndpoint

Server endpoint responsible for the HistoryUpdate call.

OpcUa_Int _UaServer_HistoryUpdateContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_HistoryUpdateRequest* _UaServer_HistoryUpdateContext::pRequest

HistoryUpdate request structure.

OpcUa_HistoryUpdateResponse* _UaServer_HistoryUpdateContext::pResponse

HistoryUpdate response structure.

UaServer_Session* _UaServer_HistoryUpdateContext::pSession

Session used for the HistoryUpdate call.

UaServer* _UaServer_HistoryUpdateContext::pUaServer

UaServer associated with the endpoint.


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