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

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

#include <uaserver_monitoring.h>

Data Fields

OpcUa_Endpoint hEndpoint
 Server endpoint responsible for the read call. More...
 
OpcUa_Handle hCallContext
 Context for the read call from the endpoint. More...
 
OpcUa_CreateMonitoredItemsRequest * pRequest
 CreateMonitoredItems request structure. More...
 
OpcUa_CreateMonitoredItemsResponse * pResponse
 CreateMonitoredItems response structure. More...
 
UaServer_Session * pSession
 Session used for the call. More...
 
UaServerpUaServer
 UaServer associated with the endpoint. More...
 

Detailed Description

Holds all data to handle the CreateMonitoredItemsRequest.

Field Documentation

OpcUa_Handle _UaServer_CreateMonitoredItemsContext::hCallContext

Context for the read call from the endpoint.

OpcUa_Endpoint _UaServer_CreateMonitoredItemsContext::hEndpoint

Server endpoint responsible for the read call.

OpcUa_CreateMonitoredItemsRequest* _UaServer_CreateMonitoredItemsContext::pRequest

CreateMonitoredItems request structure.

OpcUa_CreateMonitoredItemsResponse* _UaServer_CreateMonitoredItemsContext::pResponse

CreateMonitoredItems response structure.

UaServer_Session* _UaServer_CreateMonitoredItemsContext::pSession

Session used for the call.

UaServer* _UaServer_CreateMonitoredItemsContext::pUaServer

UaServer associated with the endpoint.


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