OPC Labs EasyOPC-UA Library
ComEasyUAClientNodeRegistration Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : ComEasyUAClientNodeRegistration Object
Public Methods
Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Registers the nodes specified by an array of node arguments (endpoint descriptor and node descriptor in each arguments object).

 

DISPID (Dispatch ID):

 

For more information, see RegisterMultipleNodes in .NET Reference.

Registers the node specified by an endpoint descriptor and a node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see RegisterNode in .NET Reference.

Unregisters the nodes specified by their registration handles.

 

DISPID (Dispatch ID):

 

For more information, see UnregisterMultipleNodes in .NET Reference.

Unregisters the node specified by its registration handle.

 

DISPID (Dispatch ID):

 

For more information, see UnregisterNode in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

ComEasyUAClientNodeRegistration Object