StringVector.GetString (METH) ¶ METHOD GetString : STRING(VECTOR_STRING_LEN) InOut: Scope Name Type Return GetString STRING(VECTOR_STRING_LEN) Input udiIndex UDINT Output udiResult UDINT
StringVector.RemoveAt (METH) ¶ METHOD RemoveAt : UDINT InOut: Scope Name Type Return RemoveAt UDINT Input udiIndex UDINT
UtilTokenizer (FB) ¶ FUNCTION_BLOCK UtilTokenizer Properties: CurrentPosition Methods: Initialize NextToken Structure: CurrentPosition (Property) Initialize (Method) NextToken (Method)
UtilTokenizer.CurrentPosition (PROP) ¶ PROPERTY CurrentPosition : INT
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
StaticMemBuffer (STRUCT) ¶ TYPE StaticMemBuffer : STRUCT InOut: Name Type Comment pData POINTER TO BYTE udiDataSize UDINT xExtendDynamically BOOL Set to true when the using instance should try to allocate dynamic memory when the static memory does not provide enough space