UtilTokenizer.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Return Initialize BOOL Input pstr POINTER TO STRING strDelims STRING
UtilTokenizer.NextToken (METH) ¶ METHOD NextToken : STRING(256) InOut: Scope Name Type Return NextToken STRING(256) Output bEnd BOOL iTokenStartOffset DINT iTokenEndOffset DINT
XwordVector (FB) ¶ FUNCTION_BLOCK XwordVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddXword FB_Exit GetXword Remove Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddXword (Method) FB_Exit (Method) GetXword (Method) Remove (Method)
XwordVector.AddXword (METH) ¶ METHOD AddXword : UDINT InOut: Scope Name Type Return AddXword UDINT Input item __XWORD
XwordVector.FB_Exit (METH) ¶ METHOD FB_Exit InOut: Scope Name Type Input bInCopyCode BOOL
XwordVector.GetXword (METH) ¶ METHOD GetXword : __XWORD InOut: Scope Name Type Return GetXword __XWORD Input udiIndex UDINT Output udiResult UDINT
XwordVector.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 14:41:10 companyName string 3S-Smart Software Solutions GmbH libraryFile Collections.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile Collections.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 14:41:10 LibraryCategories library-category-list Intern|DataServer Author string 3S-Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder Collections Project Collections Title Collections Version version 3.5.17.0
StringToStringMap.abstrAssign (METH) ¶ METHOD abstrAssign : UDINT InOut: Scope Name Type Comment Return abstrAssign UDINT Input pbt POINTER TO BYTE The pointer to the data that shall be assigned udiIndex UDINT The index where the data shall be assigned
StringVector (FB) ¶ FUNCTION_BLOCK StringVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddString GetString RemoveAt Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddString (Method) GetString (Method) RemoveAt (Method)