OpcBrowseNode Class

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

Defines a single command of the IOpcBrowseService.

C#

public class OpcBrowseNode : OpcNodeServiceCommand


Inheritance ObjectOpcServiceCommandOpcNodeServiceCommand › OpcBrowseNode

Name Description
OpcBrowseNode(OpcNodeId) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse hierarchical references (see HierarchicalReferences) in the default view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by the referenceTypeIds specified in the default view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the default view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcBrowseNodeDegree) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse hierarchical references (see HierarchicalReferences) in the default view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcBrowseNodeDegree, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by the referenceTypeIds specified in the default view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcBrowseNodeDegree, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the default view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcBrowseNodeDegree, OpcNodeId) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by referenceTypeIds in the default view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcBrowseNodeDegree, OpcReferenceType) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the default view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcNodeId) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by referenceTypeIds in the default view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcNodeId, OpcReferenceType) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the default view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse hierarchical references (see HierarchicalReferences) in the specified view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by the referenceTypeIds specified in the specified view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the specified view using the Self as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcBrowseNodeDegree) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse hierarchical references (see HierarchicalReferences) in the specified view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcBrowseNodeDegree, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by the referenceTypeIds specified in the specified view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcBrowseNodeDegree, IEnumerable) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the specified view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcBrowseNodeDegree, OpcNodeId) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references identified by referenceTypeIds in the specified view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcBrowseNodeDegree, OpcReferenceType) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the specified view using the degree specified as the degree of nodes being browsed.
OpcBrowseNode(OpcViewDescription, OpcNodeId, OpcReferenceType) Initializes a new instance of the OpcBrowseNode class using the specified nodeId to browse the references specified by referenceTypes in the specified view using the Self as the degree of nodes being browsed.
Name Description
Attributes Gets the mask used to identify the different attributes to read after a whole layer (controlled by Degree) of nodes has been browsed.
Category
Degree Gets or sets a value indicating the degree of relation to browse at once.
NodeId Gets the node identifier of the node on which a node orientated service have to operate on.
(Inherited from OpcNodeServiceCommand)
Options Gets the options used to include and exclude information offered by the server while browsing its address space.
ReferenceTypeIds Gets a read-only collection of OpcNodeId objects used to identify the different reference types to include while browsing the node tree.
ReferenceTypes Gets a read-only collection of OpcReferenceType values used to identify the different built-int different reference types to include while browsing the node tree.
SupportsNullNodeId Gets a value indicating whether the OpcNodeServiceCommand supports instances of the OpcNodeId class its IsNull provides a value equals to the value true.
(Inherited from OpcNodeServiceCommand)
View Gets the OpcViewDescription which identifies the view used then browsing the node tree.
Name Description
DenyNullIdentifier(OpcNodeId, String) Verifies whether the value is a null identifier by checking the IsNull property.
(Inherited from OpcNodeServiceCommand)