MsgClone (FUN) ¶ FUNCTION MsgClone : HANDLE InOut: Scope Name Type Return MsgClone HANDLE Input hMsg HANDLE peError POINTER TO ERROR
MsgGetData (FUN) ¶ FUNCTION MsgGetData : PVOID InOut: Scope Name Type Return MsgGetData PVOID Input hMsg HANDLE peError POINTER TO ERROR
MsgGetRXChg (FUN) ¶ FUNCTION MsgGetRXChg : HANDLE InOut: Scope Name Type Return MsgGetRXChg HANDLE Input hMsg HANDLE peError POINTER TO ERROR
MsgReceive (FUN) ¶ FUNCTION MsgReceive : HANDLE Gets a message from hXChg InOut: Scope Name Type Return MsgReceive HANDLE Input hXChg HANDLE pctMsgLeft POINTER TO COUNT peError POINTER TO ERROR
MsgRelease (FUN) ¶ FUNCTION MsgRelease : ERROR If this message has the last reference, then Send it back to its ResourceExchange InOut: Scope Name Type Return MsgRelease ERROR Input hMsg HANDLE
MsgReleaseEx (FUN) ¶ FUNCTION MsgReleaseEx : ERROR If this message has the last reference, then Send it back to hXchg InOut: Scope Name Type Return MsgReleaseEx ERROR Input hMsg HANDLE hXChg HANDLE
MsgSend (FUN) ¶ FUNCTION MsgSend : ERROR InOut: Scope Name Type Return MsgSend ERROR Input hMsg HANDLE usiPrio USINT hXChg HANDLE
Pool Functions ¶ BlockGetData (Function) BlockGetPool (Function) PoolCreateH (Function) PoolCreateP (Function) PoolDelete (Function) PoolExtendH (Function) PoolGetBlock (Function) PoolGetBlockSize (Function) PoolGetCurCapacity (Function) PoolGetNumBlocksLeft (Function) PoolGetSize (Function) PoolPutBlock (Function)
String Builder Library Documentation ¶ Company CODESYS Title String Builder Version 4.0.0.0 Categories Application|Strings Namespace SBD Author CODESYS Development GmbH Placeholder StringBuilder Description 1 ¶ Implements a set of different string builders Contents: ¶ Builder Aliases Function Blocks Functions Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Indices and tables ¶ 1 Based on String Builder.library, last modified 21.06.2023, 11:07:54. LibDoc 4.4.0.0-b.27 The content file String Builder.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:07:56.
Builder ¶ Aliases Constants (GVL) Enums ENCODING (Alias) ERROR (Alias) STATS (Alias) Function Blocks Range (Alias) _RangePool (Alias) Interfaces IBuilder (Folder) ICharmap (Alias) IString (Alias) IStringRepresentation (Folder) Types RUNE (Alias) Function Blocks _Builder (FunctionBlock) IBuilder Reset (Method) Segments GetCurrentSegment (Method) GetFirstSegment (Method) GetNextSegment (Method) ValidateSegment (Method) WriteIString (Method) WriteMemSegment (Method) WriteRune (Method) WriteString (Method) WriteWString (Method) IStringRepresentation Len (Method) ToIString (Method) SetInitialValue (Method) Functions CreateRange (Function) CreateRangePool (Function)