OpcModelChangeActions Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines possible change actions happening to a node.

C#

[Flags]
public enum OpcModelChangeActions : byte


Inheritance ObjectValueTypeEnum › OpcModelChangeActions


Attributes FlagsAttribute

Name Value Description
None 0 Indicates no change actions were performed.
NodeAdded 1 Indicates the node has been added.
NodeDeleted 2 Indicates the node has been deleted.
ReferenceAdded 4 Indicates a reference has been added. The node may be either a source node or target node. Note that an added bidirectional reference is reflected by two changes.
ReferenceDeleted 8 Indicates a reference has been deleted. The node may be either a source node or target node. Note that a deleted bidirectional reference is reflected by two changes.
DataTypeChanged 16 Indiciates that the node is a variable or variable type node and its DataType attribute has changed.