OpcRegisterNode Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcRegisterNode type exposes the following members.

OpcRegisterNode(OpcNodeId)

Initializes a new instance of the OpcRegisterNode class using the identifier of the node which shall be registered for optimized node access.

C#

public OpcRegisterNode(OpcNodeId nodeId)


Parameters

nodeId OpcNodeId

The OpcNodeId through that the node its node access is to be optimized can be identified.


Exceptions

ArgumentException

The nodeId is equals Null.

ArgumentNullException

The nodeId is a null reference (Nothing in Visual Basic).