OpcNodeParental Enum

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

Defines the ways the metadata of a node refers to the parent of the node.

C#

[Flags]
public enum OpcNodeParental


Inheritance ObjectValueTypeEnum › OpcNodeParental


Attributes FlagsAttribute

Name Value Description
None 0 The node does not have a parent node.
Attribute 1 The parent node is referenced using the value of the NodeId attribute of the parent node.
Reference 2 The parent node is referenced using a node reference of the default reference type used by the type of node the child node represents. In case of a property node the type of reference used is HasProperty.