ServerNodeBaseFromHandle Method (IntPtr, OpcUaServer)

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

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

public static ServerNodeBase FromHandle(
	IntPtr handle,
	OpcUaServer parent
)

Parameters

handle
Type: SystemIntPtr
Native node handle.
parent
Type: Stemmer.Cvb.Foundation.OpcUaOpcUaServer
The parent object.

Return Value

Type: ServerNodeBase
Concrete Node object.
Remarks

Note that this function is not intended for general use. Providing invalid values on the handle parameter will most likely lead to severe problems in your application.
See Also

Reference