Opc.Ua.Core
PushStructure Method (JsonDecoder)



Opc.Ua Namespace > JsonDecoder Class : PushStructure Method
The name of the object that shall be placed on the Read Stack
Push the specified structure on the Read Stack
Syntax
'Declaration
 
Public Function PushStructure( _
   ByVal fieldName As String _
) As Boolean
'Usage
 
Dim instance As JsonDecoder
Dim fieldName As String
Dim value As Boolean
 
value = instance.PushStructure(fieldName)
public bool PushStructure( 
   string fieldName
)
public:
bool PushStructure( 
   String^ fieldName
) 

Parameters

fieldName
The name of the object 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