QuickOPC User's Guide and Reference
IEasyUAClient Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : IEasyUAClient Interface
Allows simple access to OPC Unified Architecture servers.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractVerificationAttribute(True)>
Public Interface IEasyUAClient 
   Inherits System.IServiceProvider 
'Usage
 
Dim instance As IEasyUAClient
[ComVisible(false)]
[ExceptionContractVerification(true)]
public interface IEasyUAClient : System.IServiceProvider  
[ComVisible(false)]
[ExceptionContractVerification(true)]
public interface class IEasyUAClient : public System.IServiceProvider  
Remarks

 

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