Range.Reset (METH) ¶ METHOD FINAL Reset : STR.ERROR Set back the original state of this IRange instance InOut: Scope Name Type Return Reset STR.ERROR
Range.UngetLastRune (METH) ¶ METHOD FINAL UngetLastRune : STR.ERROR Undo the last call of GetNextRune . This allow to restore the state of this Range instance. InOut: Scope Name Type Return UngetLastRune STR.ERROR
IBuilder.GetCurrentSegment (METH) ¶ METHOD GetCurrentSegment : ERROR InOut: Scope Name Type Return GetCurrentSegment ERROR Output pbyData POINTER TO BYTE udiSize UDINT
IBuilder.GetFirstSegment (METH) ¶ METHOD GetFirstSegment : POINTER TO BYTE InOut: Scope Name Type Return GetFirstSegment POINTER TO BYTE Output udiSize UDINT eErrorID ERROR
IBuilder.GetNextSegment (METH) ¶ METHOD GetNextSegment : POINTER TO BYTE InOut: Scope Name Type Return GetNextSegment POINTER TO BYTE Input pbyCurSegment POINTER TO BYTE Output udiSize UDINT eErrorID ERROR
IBuilder.ValidateSegment (METH) ¶ METHOD ValidateSegment : ERROR InOut: Scope Name Type Return ValidateSegment ERROR Input pbyData POINTER TO BYTE udiSize UDINT Output udiCount UDINT
_RangePool.GetRangeSize (METH) ¶ METHOD PROTECTED GetRangeSize : UDINT InOut: Scope Name Type Return GetRangeSize UDINT
_RangePool.NewRange (METH) ¶ METHOD PROTECTED NewRange : STR.IRange InOut: Scope Name Type Return NewRange STR.IRange Input itfStrRep STR.IStringRepresentation pbyMemory POINTER TO BYTE udiMemSize UDINT Output eErrorID STR.ERROR
String Segments Library Documentation ¶ Company CODESYS Title String Segments Version 4.0.0.0 Categories Application|Strings Namespace STR Author CODESYS Development GmbH Placeholder StringSegs Description 1 ¶ Implements a simple interface for managing UTF-8 encoded string segments. Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Strings Aliases Enums Functionblocks Functions Interfaces Indices and tables ¶ 1 Based on String Segments.library, last modified 21.06.2023, 11:09:11. LibDoc 4.4.0.0-b.27 The content file String Segments.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:09:12.
ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name Initial NO_ERROR WRONG_ENCODING 2 END_OF_BUFFER WRONG_CONFIGURATION WRONG_PARAMETER WRONG_USAGE INVALID_ENCODING NO_MEMORY POOL_EMPTY ALREADY_INITIALIZED WRONG_OPERATION