OPC Labs EasyOPC-UA Components Library
FindLocalApplications Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : FindLocalApplications Method

Description
Discovers available OPC-UA applications and returns information about them, using the specified discovery URI strings and filtering by specified application types.

 

DISPID (Dispatch ID):

 

For more information, see FindLocalApplications in .NET Reference.

Syntax
Visual Basic
Public Function FindLocalApplications( _
   ByVal discoveryUriStringArray As Variant, _
   ByVal applicationTypes As UAApplicationTypes _
) As UADiscoveryElementCollection
Parameters
discoveryUriStringArray

applicationTypes
ValueDescription
UAApplicationTypes_AllAny type of application.
UAApplicationTypes_ClientAn application that is a Client.
UAApplicationTypes_ClientOrServerAn application that is both a Client and a Server, or a mask for an application that is either a Client or a Server.
UAApplicationTypes_DiscoveryServerAn application that is a Discovery Server.
UAApplicationTypes_NoneAn application with no type.
UAApplicationTypes_ServerAn application that is a Server.

Return Type

See FindLocalApplications in .NET Reference.

Remarks

For remarks, see FindLocalApplications in .NET Reference.

Example

For examples, see FindLocalApplications in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members