ClientNodeBaseFromHandle Method (IntPtr, OpcUaClient)

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 ClientNodeBase FromHandle(
	IntPtr handle,
	OpcUaClient parent
)

Parameters

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

Return Value

Type: ClientNodeBase
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