EasyUA Reference
AddEncodeableType(ExpandedNodeId,Type) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > EncodeableFactory Class > AddEncodeableType Method : AddEncodeableType(ExpandedNodeId,Type) Method

encodingId
A NodeId for a Data Type Encoding node
systemType
The system type to use for the specified encoding.

Glossary Item Box

Associates an encodeable type with an encoding id.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As EncodeableFactory
Dim encodingId As ExpandedNodeId
Dim systemType As Type
 
instance.AddEncodeableType(encodingId, systemType)
C# 
public void AddEncodeableType( 
   ExpandedNodeId encodingId,
   Type systemType
)

Parameters

encodingId
A NodeId for a Data Type Encoding node
systemType
The system type to use for the specified encoding.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.