Discovers available OPC-UA applications, using the specified discovery URI strings.
This method discovers available OPC-UA applications and returns information about them, using the specified discovery URI strings and filtering by specified application types. It uses the discovery services on specified discovery endpoints.
Invokes the FindServers service.
The discovery may be attempted in parallel on the specified endpoints, depending on component settings.
See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC.
Overload List
Overload | Description |
FindLocalApplications(IEasyUAClient,IEnumerable<String>,UAApplicationTypes) | Discovers available OPC-UA applications, specifying the discovery URI strings, and application types. |
FindLocalApplications(IEasyUAClient,IEnumerable<String>,UAApplicationTypes,Boolean) | Discovers available OPC-UA applications, specifying the discovery URI strings, application types, and whether the results should be flat. |
FindLocalApplications(IEasyUAClient,String[],UAApplicationTypes) | Discovers available OPC-UA applications, specifying the array of discovery URI strings, application types, and whether the results should be flat. |
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