NumericNodeId Constructor

CVB.Net Documentation
Creates a new numeric NodeIdidentifier in the given namespaceIndex.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public NumericNodeId(
	int namespaceIndex,
	long identifier
)

Parameters

namespaceIndex
Type: SystemInt32
Custom, positive (possibly 0) index.
identifier
Type: SystemInt64
Identifier in the range of 0 and MaxValue.
See Also

Reference