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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMapping Class > UAClientDataMapping Constructor : UAClientDataMapping Constructor(Type,UADataMappingKind)
The type of OPC data (attribute).
Specifies how the OPC Unified Architecture (OPC-UA) data will be mapped.
Initializes a new instance of the class, with given OPC data (attribute) type, and mapping kind.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributeType As Type, _
   ByVal kind As UADataMappingKind _
)
'Usage
 
Dim attributeType As Type
Dim kind As UADataMappingKind
 
Dim instance As New UAClientDataMapping(attributeType, kind)
public UAClientDataMapping( 
   Type attributeType,
   UADataMappingKind kind
)
public:
UAClientDataMapping( 
   Type^ attributeType,
   UADataMappingKind kind
)

Parameters

attributeType
The type of OPC data (attribute).
kind
Specifies how the OPC Unified Architecture (OPC-UA) data 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