OpcBrowseOptions Enum

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

Defines the attributes and metadata of a node to browse. Only these attributes and metadata which are included in the options are offered by the server while browsing.

C#

[Flags]
public enum OpcBrowseOptions


Inheritance ObjectValueTypeEnum › OpcBrowseOptions


Attributes FlagsAttribute

Name Value Description
None 0 The browse operation will only provide the NodeId attribute of a node being browsed.
IncludeReferenceTypeId 1 The browse operation will provide the identifiers of the references associated with a node being browsed.
IncludeIsForward 2 The browse operation will offer the direction (see OpcReferenceDirection) of the references associated with a node being browsed.
IncludeCategory 4 The browse operation will offer the classification of a node (see OpcNodeCategory).
IncludeBrowseName 8 The browse operation will offer the name of a node used for browsing.
IncludeDisplayName 16 The browse operation will offer the name of a node used for display purpose.
IncludeTypeDefinition 32 The browse operation will offer identifier of the type definition used by a node being browsed.
IncludeAll 63 The browse operation will offer all information and metadata available associated with a node while browsing.
IncludeReferenceTypeInfo 3 The browse operation will offer all data about the reference type used by a node being browsed. This option combines IncludeReferenceTypeId and IncludeIsForward).
IncludeTargetInfo 60 The browse operation will offer all data about the target node being browsed. This option uses IncludeAll but excludes references related information (included using IncludeReferenceTypeInfo).