UA Server SDK C++ Bundle  1.3.3.206
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
EventMonitoringContextCreate Class Reference

This class provides the settings for an event monitored item. More...

#include <eventmanager.h>

Inherits EventMonitoringContext.

Public Member Functions

 EventMonitoringContextCreate ()
 Construction with initialized Parameters.
 
virtual ~EventMonitoringContextCreate ()
 Destruction.
 
- Public Member Functions inherited from EventMonitoringContext
 EventMonitoringContext ()
 Construction with initialized Parameters.
 
virtual ~EventMonitoringContext ()
 Destruction.
 

Data Fields

const OpcUa_NodeId * pNodeId
 NodeId of the event notifier object to monitored. More...
 
const OpcUa_String * pIndexRange
 Index range for the monitored item to create. More...
 
const OpcUa_QualifiedName * pDataEncoding
 Data encoding for the monitored item to create. More...
 
- Data Fields inherited from EventMonitoringContext
const OpcUa_EventFilter * pEventFilter
 Event filter for the monitored item. More...
 
OpcUa_Double samplingInterval
 Sampling interval for the monitored item to create. More...
 

Detailed Description

This class provides the settings for an event monitored item.

Field Documentation

const OpcUa_QualifiedName* EventMonitoringContextCreate::pDataEncoding

Data encoding for the monitored item to create.

This parameter is only relevant if one or more event fields of the events to monitor are complex.

const OpcUa_String* EventMonitoringContextCreate::pIndexRange

Index range for the monitored item to create.

const OpcUa_NodeId* EventMonitoringContextCreate::pNodeId

NodeId of the event notifier object to monitored.


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