QuickOPC User's Guide and Reference
DAClientItemMapping Constructor(AbstractMapping,Type,DAItemMappingKind,DAItemMappingOperations)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientItemMapping Class > DAClientItemMapping Constructor : DAClientItemMapping Constructor(AbstractMapping,Type,DAItemMappingKind,DAItemMappingOperations)
The parent of the newly created mapping. May be null.
The type of OPC item.
Specifies how the OPC Data Access item will be mapped.
The mapping operations in which this mapping will participate.
Initializes a new instance of the class, with given parent mapping, OPC item type, mapping kind, and mapping operations in which this mapping should participate.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As AbstractMapping, _
   ByVal itemType As Type, _
   ByVal kind As DAItemMappingKind, _
   ByVal operations As DAItemMappingOperations _
)
'Usage
 
Dim parent As AbstractMapping
Dim itemType As Type
Dim kind As DAItemMappingKind
Dim operations As DAItemMappingOperations
 
Dim instance As New DAClientItemMapping(parent, itemType, kind, operations)

Parameters

parent
The parent of the newly created mapping. May be null.
itemType
The type of OPC item.
kind
Specifies how the OPC Data Access item 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