QuickOPC User's Guide and Reference
IsClient Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.Extensions Namespace > UAApplicationTypesExtension Class : IsClient Method
The type of application.
Determines whether the given application type includes OPC-UA client functionality.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsClient( _
   ByVal applicationType As UAApplicationTypes _
) As Boolean
'Usage
 
Dim applicationType As UAApplicationTypes
Dim value As Boolean
 
value = UAApplicationTypesExtension.IsClient(applicationType)
[Extension()]
public static bool IsClient( 
   UAApplicationTypes applicationType
)
[Extension()]
public:
static bool IsClient( 
   UAApplicationTypes applicationType
) 

Parameters

applicationType
The type of application.

Return Value

true if %% can be an OPC-UA client; false otherwise.
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