ServerIntegerNode Constructor

CVB.Net Documentation
Creates a new integer node that is connected to a OpcUaServer. at the parent node.

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

public ServerIntegerNode(
	int namespaceIndex,
	string identifier,
	VariableType variableType,
	IServerNode parent
)

Parameters

namespaceIndex
Type: SystemInt32
Namespace in which to create this node.
identifier
Type: SystemString
Unique identifier of the Object node.
variableType
Type: Stemmer.Cvb.Foundation.OpcUaVariableType
Specifies whether this is a DataVariable or Property.
parent
Type: Stemmer.Cvb.Foundation.OpcUaIServerNode
The parent node to add this node to.
See Also

Reference