Opc.Ua.Core
ReadEncodeable Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : ReadEncodeable Method
The encodeable object field name
The system type of the encodeable object to be read
The TypeId for the IEncodeable instance that will be read.
Reads an encodeable object from the stream.
Syntax
'Declaration
 
Public Function ReadEncodeable( _
   ByVal fieldName As String, _
   ByVal systemType As Type, _
   Optional ByVal encodeableTypeId As ExpandedNodeId _
) As IEncodeable
'Usage
 
Dim instance As XmlDecoder
Dim fieldName As String
Dim systemType As Type
Dim encodeableTypeId As ExpandedNodeId
Dim value As IEncodeable
 
value = instance.ReadEncodeable(fieldName, systemType, encodeableTypeId)

Parameters

fieldName
The encodeable object field name
systemType
The system type of the encodeable object to be read
encodeableTypeId
The TypeId for the IEncodeable instance that will be read.

Return Value

An IEncodeable object that was read from the stream.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlDecoder Class
XmlDecoder Members