You are here: Start » AVL.NET » OpcUaNodeId Constructor

OpcUaNodeId Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public OpcUaNodeId
(
	int namespaceIndex_,
	Avl.OpcUaNodeIdType identifierType_,
	string identifier_
)

Parameters

Name Type Range Default Description
namespaceIndex_int
identifierType_Avl.OpcUaNodeIdType
identifier_string

See also