QuickOPC User's Guide and Reference
UAClientDataMapping Constructor(AbstractMapping,Type,UADataMappingKind,UADataMappingOperations)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMapping Class > UAClientDataMapping Constructor : UAClientDataMapping Constructor(AbstractMapping,Type,UADataMappingKind,UADataMappingOperations)
The parent of the newly created mapping. May be null.
The type of OPC data (attribute).
Specifies how the OPC Unified Architecture (OPC-UA) data will be mapped.
The mapping operations in which this mapping will participate.
Initializes a new instance of the class, with given parent mapping, OPC data (attribute) type, mapping kind, and mapping operations in which this mapping should participate.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As AbstractMapping, _
   ByVal attributeType As Type, _
   ByVal kind As UADataMappingKind, _
   ByVal operations As UADataMappingOperations _
)
'Usage
 
Dim parent As AbstractMapping
Dim attributeType As Type
Dim kind As UADataMappingKind
Dim operations As UADataMappingOperations
 
Dim instance As New UAClientDataMapping(parent, attributeType, kind, operations)

Parameters

parent
The parent of the newly created mapping. May be null.
attributeType
The type of OPC data (attribute).
kind
Specifies how the OPC Unified Architecture (OPC-UA) data will be mapped.
operations
The mapping operations in which this mapping will participate.
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