Overload | Description |
---|---|
BrowseLeaves(IEasyDAClient,ServerDescriptor,DANodeDescriptor,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify server descriptor, element name filter and vendor filter. |
BrowseLeaves(IEasyDAClient,ServerDescriptor,DANodeDescriptor,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify server descriptor, and element name filter. |
BrowseLeaves(IEasyDAClient,ServerDescriptor,DANodeDescriptor) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify server descriptor. |
BrowseLeaves(IEasyDAClient,ServerDescriptor) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves at the root. Specify server descriptor. |
BrowseLeaves(IEasyDAClient,String,String,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify machine name, server class, element name filter and vendor filter. |
BrowseLeaves(IEasyDAClient,String,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify machine name, server class, and element name filter. |
BrowseLeaves(IEasyDAClient,String,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves. Specify machine name, and server class. |
BrowseLeaves(IEasyDAClient,String,String) | Browses the specified branch (or root) in OPC server's address space, and returns information about child leaves found. Browse for child leaves at the root. Specify machine name, and server class. |