OpcClassicOrganization Enum

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

Defines the type of namespace organization to use while browsing the address space.

C#

public enum OpcClassicOrganization


Inheritance ObjectValueTypeEnum › OpcClassicOrganization

Name Value Description
Query 0 The type of namespace organization to use / respect while browsing the nodes is to be queried from the server. According to the information provided by the server either Flat or Hierarchical is used to discover the address space.
Flat 1 The type of namespace organization is to be treated as a flatten layer of nodes while browsing the address space.
Hierarchical 2 The type of namespace organization is to be treated as a hierarchy of nodes while browsing the address space.