.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.EventNotifiers Class Reference

Flags that can be set for the EventNotifier attribute. More...

Public Attributes

const byte None = 0x0
 The Object or View produces no event and has no event history. More...
 
const byte SubscribeToEvents = 0x1
 The Object or View produces event notifications. More...
 
const byte HistoryRead = 0x4
 The Object has an event history which may be read. More...
 
const byte HistoryWrite = 0x8
 The Object has an event history which may be updated. More...
 

Detailed Description

Flags that can be set for the EventNotifier attribute.

Member Data Documentation

const byte UnifiedAutomation.UaBase.EventNotifiers.HistoryRead = 0x4

The Object has an event history which may be read.

const byte UnifiedAutomation.UaBase.EventNotifiers.HistoryWrite = 0x8

The Object has an event history which may be updated.

const byte UnifiedAutomation.UaBase.EventNotifiers.None = 0x0

The Object or View produces no event and has no event history.

const byte UnifiedAutomation.UaBase.EventNotifiers.SubscribeToEvents = 0x1

The Object or View produces event notifications.


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