Opc.Ua.Core
PushArray Method (JsonDecoder)



Opc.Ua Namespace > JsonDecoder Class : 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
 
Public Function PushArray( _
   ByVal fieldName As String, _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As JsonDecoder
Dim fieldName As String
Dim index As Integer
Dim value As Boolean
 
value = instance.PushArray(fieldName, index)
public bool PushArray( 
   string fieldName,
   int index
)
public:
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

JsonDecoder Class
JsonDecoder Members