Overload | Description |
---|---|
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor) | Allows to traverse through address space data nodes under the ObjectsFolder node. |
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Allows to traverse through address space data nodes under the specified node. |
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UABrowseParameters) | Allows to traverse through address space nodes under the specified node, using given browse parameters. |
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UABrowseParameters,Predicate<UANodeElement>) | Allows to traverse through address space nodes under the specified node, using given browse parameters, and allowing only nodes that fulfill a specified predicate into the traversal. |
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UABrowseParameters,Func<IEnumerable<UANodeElement>,IEnumerable<UANodeElement>>) | Allows to traverse through address space nodes under the specified node, using given browse parameters, transforming the sequence of child node elements using a specified function. |