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

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

#include <uaserver_monitoring.h>

Data Fields

OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the read call.
OpcUa_Handle hCallContext
 Context for the read call from the endpoint.
OpcUa_ModifyMonitoredItemsRequest * pRequest
 ModifyMonitoredItems request structure.
OpcUa_EncodeableType * pRequestType
 ModifyMonitoredItems request type.
OpcUa_ModifyMonitoredItemsResponse * pResponse
 ModifyMonitoredItems response structure.
OpcUa_EncodeableType * pResponseType
 ModifyMonitoredItems response type.
UaServer_Session * pSession
 Session used for the call.
UaServerpUaServer
 UaServer associated with the endpoint.

Detailed Description

Holds all data to handle the ModifyMonitoredItemsRequest.

Field Documentation

OpcUa_Handle _UaServer_ModifyMonitoredItemsContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_ModifyMonitoredItemsContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_ModifyMonitoredItemsRequest* _UaServer_ModifyMonitoredItemsContext::pRequest

ModifyMonitoredItems request structure.

OpcUa_EncodeableType* _UaServer_ModifyMonitoredItemsContext::pRequestType

ModifyMonitoredItems request type.

OpcUa_ModifyMonitoredItemsResponse* _UaServer_ModifyMonitoredItemsContext::pResponse

ModifyMonitoredItems response structure.

OpcUa_EncodeableType* _UaServer_ModifyMonitoredItemsContext::pResponseType

ModifyMonitoredItems response type.

UaServer_Session* _UaServer_ModifyMonitoredItemsContext::pSession

Session used for the call.

UaServer* _UaServer_ModifyMonitoredItemsContext::pUaServer

UaServer associated with the endpoint.


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