Overload | Description |
---|---|
BrowseTree(IEasyAEClient,AEBrowseArguments) | Allows to traverse through OPC A&E address space nodes under the specified node, using given browse arguments. |
BrowseTree(IEasyAEClient,AEBrowseArguments,Func<IEnumerable<AENodeElement>,IEnumerable<AENodeElement>>) | Allows to traverse through OPC A&E address space nodes under the specified node, using given browse arguments, transforming the sequence of child node elements using a specified function. |
BrowseTree(IEasyAEClient,ServerDescriptor) | Allows to traverse through OPC A&E address space nodes under the root. |
BrowseTree(IEasyAEClient,ServerDescriptor,AENodeDescriptor) | Allows to traverse through OPC A&E address space nodes under the specified node. |
BrowseTree(IEasyAEClient,ServerDescriptor,AENodeDescriptor,AEBrowseParameters) | Allows to traverse through OPC A&E address space nodes under the specified node, using given browse parameters. |
BrowseTree(IEasyAEClient,ServerDescriptor,AENodeDescriptor,AEBrowseParameters,Func<IEnumerable<AENodeElement>,IEnumerable<AENodeElement>>) | Allows to traverse through OPC A&E address space nodes under the specified node, using given browse parameters, transforming the sequence of child node elements using a specified function. |
BrowseTree(IEasyAEClient,ServerDescriptor,AENodeDescriptor,AEBrowseParameters,Predicate<AENodeElement>) | Allows to traverse through OPC A&E address space nodes under the specified node, using given browse parameters, and allowing only nodes that fulfill a specified predicate into the traversal. |