Opc.Ua.Core
PushArray Method (IJsonDecoder)



Opc.Ua Namespace > IJsonDecoder Interface : PushArray Method
The array name
The index of the item that shall be placed on the Read Stack
Push an Array item on the Read Stack
Syntax
'Declaration
 
Function PushArray( _
   ByVal fieldName As String, _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As IJsonDecoder
Dim fieldName As String
Dim index As Integer
Dim value As Boolean
 
value = instance.PushArray(fieldName, index)
bool PushArray( 
   string fieldName,
   int index
)
bool PushArray( 
   String^ fieldName,
   int index
) 

Parameters

fieldName
The array name
index
The index of the item that shall be placed on the Read Stack

Return Value

true if successful
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

IJsonDecoder Interface
IJsonDecoder Members