Opc.Ua.Core
ReadEncodeableArray Method (IDecoder)



Opc.Ua Namespace > IDecoder Interface : 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
 
Function ReadEncodeableArray( _
   ByVal fieldName As String, _
   ByVal systemType As Type, _
   Optional ByVal encodeableTypeId As ExpandedNodeId _
) As Array
'Usage
 
Dim instance As IDecoder
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

IDecoder Interface
IDecoder Members