OPC Studio 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)>
<ExceptionContractAnnotationAttribute(True)>
<ExceptionContractVerificationAttribute(True)>
Public Interface IEasyUAClient 
   Inherits System.IServiceProvider 
'Usage
 
Dim instance As IEasyUAClient
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
public interface IEasyUAClient : System.IServiceProvider  
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
public interface class IEasyUAClient : public System.IServiceProvider  
Remarks

Defines the interface for interacting with OPC UA servers. This interface provides methods for reading, writing, subscribing to, and browsing OPC UA nodes. It abstracts the complexities of the OPC UA protocol, offering a simpler way to access and manipulate OPC UA server data.

 

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