GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION This function has been automatically generated from the project information. InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD This function has been automatically generated from the project information. InOut: Scope Name Type Return GetLibVersionNumber DWORD
Builder.GetNextSegment (METH) ¶ METHOD FINAL GetNextSegment : POINTER TO BYTE Returns the pointer to the next segment of the builder InOut: Scope Name Type Comment Return GetNextSegment POINTER TO BYTE Input pbyCurSegment POINTER TO BYTE Start pointer of the current segment Output udiSize UDINT Size in bytes of the next segment eErrorID ERROR
Builder.ValidateSegment (METH) ¶ METHOD FINAL ValidateSegment : ERROR This method validates the current segment of the builder To get a free segment out of the builder, method GetCurrentSegment can be called beforehand InOut: Scope Name Type Comment Return ValidateSegment ERROR Input pbyData POINTER TO BYTE Pointer to the first byte of the segment udiSize UDINT Size of the first segment Output udiCount UDINT The amount of validated bytes in builder
Builder.WriteIString (METH) ¶ METHOD FINAL WriteIString : UDINT Appends the contents of itfString to the buffer. It returns the number of bytes written. InOut: Scope Name Type Return WriteIString UDINT Input itfString IStringRepresentation Output eErrorID ERROR
Builder.WriteMemSegment (METH) ¶ METHOD FINAL WriteMemSegment : UDINT Appends the contents of pbyMemory to the buffer. It returns the number of bytes written. InOut: Scope Name Type Initial Return WriteMemSegment UDINT Input pbyMemory POINTER TO BYTE udiSize UDINT eEncoding ENCODING ENCODING.UTF8 Output eErrorID ERROR
Builder.WriteRune (METH) ¶ METHOD FINAL WriteRune : UDINT Appends the UTF-8 encoding of Unicode code point diRune to the buffer. It returns the number of bytes written. InOut: Scope Name Type Return WriteRune UDINT Input diRune RUNE Output eErrorID ERROR
Builder.WriteString (METH) ¶ METHOD FINAL WriteString : UDINT Appends the contents of sValue to the buffer. It returns the number of bytes written. InOut: Scope Name Type Initial Comment Return WriteString UDINT Inout Const sValue STRING(255) Input itfCharmap ICharmap 0 Default: Windows-1252 Output eErrorID ERROR
Builder.WriteWString (METH) ¶ METHOD FINAL WriteWString : UDINT Appends the contents of wsValue to the buffer. It returns the number of bytes written. InOut: Scope Name Type Comment Return WriteWString UDINT Inout Const wsValue WSTRING(255) Encoding UCS-2 Output eErrorID ERROR
Builder.ObjectRelease (METH) ¶ METHOD FINAL ObjectRelease : STR.ERROR InOut: Scope Name Type Return ObjectRelease STR.ERROR