UA Ansi C Server Professional  1.3.2.233
 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.
OpcUa_EncodeableType * pRequestType
 HistoryUpdate request type.
OpcUa_HistoryUpdateResponse * pResponse
 HistoryUpdate response structure.
OpcUa_EncodeableType * pResponseType
 HistoryUpdate response type.
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks.
UaServer_Session * pSession
 Session used for the HistoryUpdate call.
OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the HistoryUpdate call.
OpcUa_Handle hCallContext
 Context for the HistoryUpdate call from the endpoint.
UaServerpUaServer
 UaServer associated with the endpoint.

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_EncodeableType* _UaServer_HistoryUpdateContext::pRequestType

HistoryUpdate request type.

OpcUa_HistoryUpdateResponse* _UaServer_HistoryUpdateContext::pResponse

HistoryUpdate response structure.

OpcUa_EncodeableType* _UaServer_HistoryUpdateContext::pResponseType

HistoryUpdate response type.

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: