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. |