8.59 EventNotifierType

This is a subtype of the Byte DataType with the OptionSetValues Property defined. It is used to indicate if a Node can be used to subscribe to Events or read / write historic Events.

The EventNotifierType is formally defined in Table 43.

Table 43 – EventNotifierType Definition
NameBitDescription
SubscribeToEvents0

Indicates if it can be used to subscribe to Events

(0 means cannot be used to subscribe to Events, 1 means can be used to subscribe to Events).

Reserved1Reserved for future use. Shall always be zero.
HistoryRead2

Indicates if the history of the Events is readable

(0 means not readable, 1 means readable).

HistoryWrite3

Indicates if the history of the Events is writeable

(0 means not writeable, 1 means writeable).

Reserved4:7Reserved for future use. Shall always be zero.