JSONData.SetString (METH) ¶ METHOD SetString : ERROR Method to set WSTRING values InOut: Scope Name Type Comment Return SetString ERROR Input wsValue WSTRING(GParams.g_diMaxStringSize) Value diIndex DINT Index of the lement diParentIndex DINT Parent index, -1 if top level
JSONDataFactory.Create (METH) ¶ METHOD Create : POINTER TO JSONData Method to create an instance of the function block JSONData. InOut: Scope Name Type Return Create POINTER TO JSONData Output eError FBF.ERROR
IJSONData.Clear (METH) ¶ METHOD Clear : ERROR Clears the underlying data array. InOut: Scope Name Type Return Clear ERROR
IJSONData.FindAllElementsByKey (METH) ¶ METHOD FindAllElementsByKey : ERROR Find all elements by key. InOut: Scope Name Type Comment Return FindAllElementsByKey ERROR Input wsKey WSTRING(GParams.g_diMaxStringSize) The key to search diStartIndex DINT Index of the array to start the search pResult POINTER TO JSONElement Pointer to the result array udiMaxSize UDINT Maximum size of pResult Output udiResultSize UDINT The size of the result array
Ini_EntryManager.IniFileEntryAddress (PROP) ¶ PROPERTY IniFileEntryAddress : POINTER TO IniFileEntry
Ini_EntryManager.InifileEntryCount (PROP) ¶ PROPERTY InifileEntryCount : UDINT IniFileEntry Count
Ini_EntryManager.InsertEntryAtIndex (METH) ¶ METHOD InsertEntryAtIndex : Error Insert IniFileEntry at given index InOut: Scope Name Type Comment Return InsertEntryAtIndex Error Input strIniFileEntry IniFileEntry IniFileEntry to insert udiIniFileEntryIndex UDINT Index where to insert the IniFileEntry
Ini_EntryManager.ModifyEntry (METH) ¶ METHOD ModifyEntry : ERROR Modify IniFileFntry by Section and Key InOut: Scope Name Type Comment Return ModifyEntry ERROR Input strIniFileEntry IniFileEntry IniFileEntry to modify strIniFileEntryToModify IniFileEntry IniFileEntry to be modified
Ini_EntryManager.ModifyEntryAtIndex (METH) ¶ METHOD ModifyEntryAtIndex : ERROR Modify IniFileFntry at given index InOut: Scope Name Type Comment Return ModifyEntryAtIndex ERROR Input strIniFileEntry IniFileEntry IniFileEntry to modify udiIniFileEntryIndex UDINT Index Of IniFileEntry to modify
Params ¶ Param (ParamList)