ServerNodeBase Constructor

CVB.Net Documentation
Creates a new client Node from the given handle.

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

protected ServerNodeBase(
	IntPtr handle,
	OpcUaServer parent
)

Parameters

handle
Type: SystemIntPtr
Native node handle.
parent
Type: Stemmer.Cvb.Foundation.OpcUaOpcUaServer
Parent OpcUaClient object.
See Also

Reference