ANSI C UA Server SDK  1.5.1.313
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
OpcUa_MonitoringParameters Struct Reference

Parameters that define the monitoring characteristics of a MonitoredItem. More...

#include <opcua_types.h>

Data Fields

OpcUa_UInt32 ClientHandle
 Client-supplied id of the MonitoredItem. More...
 
OpcUa_Double SamplingInterval
 The interval in milliseconds that defines the fastest rate at which the MonitoredItem(s) should be accessed and evaluated. More...
 
OpcUa_ExtensionObject Filter
 A filter used by the Server to determine if the MonitoredItem should generate a Notification. More...
 
OpcUa_UInt32 QueueSize
 The requested size of the MonitoredItem queue. More...
 
OpcUa_Boolean DiscardOldest
 A boolean parameter that specifies the discard policy when the queue is full and a new Notification is to be enqueued. More...
 

Detailed Description

Parameters that define the monitoring characteristics of a MonitoredItem.


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