ServerNodesItem Property (Int32, Byte)

CVB.Net Documentation
Gets the IServerNode with the given namespaceIndex and identifier.

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

public IServerNode this[
	int namespaceIndex,
	byte[] identifier
] { get; }

Parameters

namespaceIndex
Type: SystemInt32
Namespace index for identifier.
identifier
Type: SystemByte
Node identifier of node to get.

Return Value

Type: IServerNode
The IServerNode object.
See Also

Reference