Browses multiples nodes in server's address space. Starts from the specified nodes, and returns information about child nodes found.
Parameters
- browseArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UABrowseArguments. Specifies which nodes to browse in an OPC-UA server, and the browse parameters to be used.
Return Value
Array of
OpcLabs.EasyOpc.UA.OperationModel.UANodeElementCollectionResult. Returns an array of results. Each result, when successful, stores the node element collection that is the outcome of the browse. The indices of elements in the output array are the same as those in the input array, .
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also