OpaqueNodeId Constructor

CVB.Net Documentation
Creates a new string 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 OpaqueNodeId(
	int namespaceIndex,
	byte[] identifier
)

Parameters

namespaceIndex
Type: SystemInt32
Custom, positive (non 0) index.
identifier
Type: SystemByte
Non and not empty identifier.
See Also

Reference