QuickOPC User's Guide and Reference
SupportsTechnology Method (IEasyAEClientExtension2)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Extensions Namespace > IEasyAEClientExtension2 Class : SupportsTechnology Method
The client object that will perform the operation.
The OPC technologies to be tested.
Determines whether the client object supports a given OPC technology or technologies (such as OPC COM or OPC XML).
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SupportsTechnology( _
   ByVal client As IEasyAEClient, _
   ByVal opcTechnology As OpcTechnologies _
) As Boolean
'Usage
 
Dim client As IEasyAEClient
Dim opcTechnology As OpcTechnologies
Dim value As Boolean
 
value = IEasyAEClientExtension2.SupportsTechnology(client, opcTechnology)
[Extension()]
public static bool SupportsTechnology( 
   IEasyAEClient client,
   OpcTechnologies opcTechnology
)
[Extension()]
public:
static bool SupportsTechnology( 
   IEasyAEClient^ client,
   OpcTechnologies opcTechnology
) 

Parameters

client
The client object that will perform the operation.
opcTechnology
The OPC technologies to be tested.

Return Value

Returns true iff the client object supports all technologies specified in opcTechnology.
Exceptions
ExceptionDescription
A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

IEasyAEClientExtension2 Class
IEasyAEClientExtension2 Members