OpcBrowseNodeDegree Enum

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

Defines the degree of relation used when browsing the node tree.

C#

public enum OpcBrowseNodeDegree


Inheritance ObjectValueTypeEnum › OpcBrowseNodeDegree

Name Value Description
Self 0 Only the node tree of the node dedicated by the browse operation is browsed.
Sibling 1 The node tree of the node dedicated by the browse operation as well as the node tree of the sibling-nodes is browsed.
Generation 2 The node tree of the node dedicated by the browse operation as well as the node tree of all nodes within the same generation (= layer / depth) is browsed.