Overload | Description |
---|---|
BrowseSources(IEasyAEClient,ServerDescriptor,AENodeDescriptor,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the specified area for child sources. Uses server descriptor for specifying the OPC server. A parent area, and a filter is passed in. |
BrowseSources(IEasyAEClient,ServerDescriptor,AENodeDescriptor) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the specified area for child sources. Uses server descriptor for specifying the OPC server. A parent area is passed in. No filtering. |
BrowseSources(IEasyAEClient,ServerDescriptor) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the root area for child areas. Uses server descriptor for specifying the OPC server. No filtering. |
BrowseSources(IEasyAEClient,String,String,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the specified area for child sources. Uses computer name and server class for specifying the OPC server. A parent area, and a filter is passed in. |
BrowseSources(IEasyAEClient,String,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the specified area for child sources. Uses computer name and server class for specifying the OPC server. A parent area is passed in. No filtering. |
BrowseSources(IEasyAEClient,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child sources found. Browses the root area for child sources. Uses computer name and server class for specifying the OPC server. No filtering. |