QuickOPC User's Guide and Reference
EasyUAClientComplexData Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData Namespace : EasyUAClientComplexData Class
Infrastructure. OPC UA client complex data implementation.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData)>
<ComVisibleAttribute(True)>
<GuidAttribute("0A7CFDCD-1168-4F28-BD88-48A270FDC4DD")>
Public NotInheritable Class EasyUAClientComplexData 
   Inherits EasyUAComplexData
   Implements OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData, IEasyUAClientComplexData 
'Usage
 
Dim instance As EasyUAClientComplexData
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData)]
[ComVisible(true)]
[Guid("0A7CFDCD-1168-4F28-BD88-48A270FDC4DD")]
public sealed class EasyUAClientComplexData : EasyUAComplexData, OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData, IEasyUAClientComplexData  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData)]
[ComVisible(true)]
[Guid("0A7CFDCD-1168-4F28-BD88-48A270FDC4DD")]
public ref class EasyUAClientComplexData sealed : public EasyUAComplexData, OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData, IEasyUAClientComplexData  
Remarks

Do not directly create instances of this class.

This class is made public only due to requirements and limitations imposed by the COM platform. In order to make use of OPC UA complex data functionality, use the System.IServiceProvider.GetService(System.Type) method on the OpcLabs.EasyOpc.UA.IEasyUAClient to obtain the IEasyUAClientComplexData service (in .NET), or use the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.GetServiceByName method on the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient to obtain the service for the OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes._EasyUAClientComplexData type (in COM).

Inheritance Hierarchy

System.Object
      OpcLabs.EasyOpc.UA.Plugins.ComplexData.EasyUAClientComplexData

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