For a list of all members of this type, see IEasyUAClientExtension2 members.
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | BrowseTree | Overloaded. Allows to traverse through OPC UA address space nodes under the specified node, using given browse arguments. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | (Inherited from object) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Serves as the default hash function. (Inherited from object) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadDataType | Overloaded. Reads a value of DataType attribute of a node.If successful, the method returns the actual value of OPC attribute requested.
This method also checks whether the returned value is not a reference , and is indeed of the OpcLabs.EasyOpc.UA.AddressSpace.UANodeId type. The returned value is therefore always a valid OpcLabs.EasyOpc.UA.AddressSpace.UANodeId. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadDisplayName | Overloaded. Reads a value of DisplayName attribute of a node.If successful, the method returns the actual value of OPC attribute requested.
This method also checks whether the returned value is not a reference , and is indeed of the System.String type. The returned value is therefore always a valid System.String. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadMultipleDataTypes | Reads value of DataType attribute of multiple nodes, using array of argument objects as an input. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadMultipleDisplayNames | Reads value of DisplayName attribute of multiple nodes, using array of argument objects as an input. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadMultipleNodeClasses | Reads value of NodeClass attribute of multiple nodes, using array of argument objects as an input. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadMultipleNodeIds | Reads value of NodeId attribute of multiple nodes, using array of argument objects as an input. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadNodeClass | Overloaded. Reads a value of NodeClass attribute of a node.If successful, the method returns the actual value of OPC attribute requested.
This method also checks whether the returned value is not a reference , and is indeed of the OpcLabs.EasyOpc.UA.AddressSpace.UANodeClass type. The returned value is therefore always a valid OpcLabs.EasyOpc.UA.AddressSpace.UANodeClass. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ReadNodeId | Overloaded. Reads a value of NodeId attribute of a node.If successful, the method returns the actual value of OPC attribute requested.
This method also checks whether the returned value is not a reference , and is indeed of the OpcLabs.EasyOpc.UA.AddressSpace.UANodeId type. The returned value is therefore always a valid OpcLabs.EasyOpc.UA.AddressSpace.UANodeId. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | RetrieveAllDataTypes | Overloaded. The starting node is included as the first element in the result value. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | TestEndpoint | Tests whether an operational connection can be established to the specified endpoint of an OPC UA server. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToString | Returns a string that represents the current object. (Inherited from object) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | WaitForMultiple | Overloaded. Subscribes to the specified nodes&attributes, and monitors their data until the predicates specified for each item become true, or the alloted time elapses. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | WaitForMultipleValues | Overloaded. Subscribes to the specified OPC-UA nodes&attributes, and monitors their data until they have at most the status severity specified for each item, an error occurs, or the alloted time elapses. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | WaitForValue | Overloaded. Subscribes to the specified node&attribute, and monitors its data until it has "good" status severity, an error occurs, or the alloted time elapses. |
Top
Protected Methods
| Name | Description |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
See Also