Opc.Ua.Core
ReadEncodeableArray Method (XmlDecoder)



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

Parameters

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

Return Value

An IEncodeable array 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