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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientItemMapping Class > DAClientItemMapping Constructor : DAClientItemMapping Constructor(Type,DAItemMappingKind)
The type of OPC item.
Specifies how the OPC Data Access item will be mapped.
Initializes a new instance of the class, with given OPC item type, and mapping kind.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemType As Type, _
   ByVal kind As DAItemMappingKind _
)
'Usage
 
Dim itemType As Type
Dim kind As DAItemMappingKind
 
Dim instance As New DAClientItemMapping(itemType, kind)
public DAClientItemMapping( 
   Type itemType,
   DAItemMappingKind kind
)
public:
DAClientItemMapping( 
   Type^ itemType,
   DAItemMappingKind kind
)

Parameters

itemType
The type of OPC item.
kind
Specifies how the OPC Data Access item will be mapped.
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