Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found.
.NET
COM
.NET
Overload List
Overload | Description |
BrowseBranches(IEasyDAClient,ServerDescriptor,DANodeDescriptor,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify server descriptor, element name filter and vendor filter. |
BrowseBranches(IEasyDAClient,ServerDescriptor,DANodeDescriptor,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify server descriptor, and element name filter. |
BrowseBranches(IEasyDAClient,ServerDescriptor,DANodeDescriptor) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify server descriptor. |
BrowseBranches(IEasyDAClient,ServerDescriptor) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches at the root. Specify server descriptor. |
BrowseBranches(IEasyDAClient,String,String,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify machine name, server class, element name filter and vendor filter. |
BrowseBranches(IEasyDAClient,String,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify machine name, server class, and element name filter. |
BrowseBranches(IEasyDAClient,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches. Specify machine name, and server class. |
BrowseBranches(IEasyDAClient,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child branches found. Browse for child branches at the root. Specify machine name, and server class. |
Requirements
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