Opc.Ua.Core
PushStructure Method (IJsonDecoder)



Opc.Ua Namespace > IJsonDecoder Interface : 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
 
Function PushStructure( _
   ByVal fieldName As String _
) As Boolean
'Usage
 
Dim instance As IJsonDecoder
Dim fieldName As String
Dim value As Boolean
 
value = instance.PushStructure(fieldName)
bool PushStructure( 
   string fieldName
)
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

IJsonDecoder Interface
IJsonDecoder Members