C++ Based OPC UA Client/Server SDK  1.5.5.355
OpcUa_MonitoringParameters Struct Reference

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

#include <opcua_types.h>

Public Attributes

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: