MemBuffer (FB) ¶ FUNCTION_BLOCK MemBuffer Methods: Alloc CanResize FB_Exit InitStatic Resize Structure: Alloc (Method) CanResize (Method) FB_Exit (Method) InitStatic (Method) Resize (Method)
MemBuffer.Alloc (METH) ¶ METHOD Alloc : POINTER TO BYTE Must be called only once, the memory can afterwards be resized calling Resize InOut: Scope Name Type Return Alloc POINTER TO BYTE Input udiSize UDINT Output udiResult UDINT
MemBuffer.CanResize (METH) ¶ METHOD CanResize : BOOL InOut: Scope Name Type Return CanResize BOOL Input udiNewSize UDINT
MemBuffer.FB_Exit (METH) ¶ METHOD FB_Exit : UDINT InOut: Scope Name Type Return FB_Exit UDINT Input bInCopyCode BOOL
MemBuffer.InitStatic (METH) ¶ METHOD InitStatic : UDINT InOut: Scope Name Type Return InitStatic UDINT Input buffer StaticMemBuffer
MemBuffer.Resize (METH) ¶ METHOD Resize : POINTER TO BYTE InOut: Scope Name Type Return Resize POINTER TO BYTE Input udiNewSize UDINT Output udiResult UDINT
NamedTreeNode (FB) ¶ FUNCTION_BLOCK NamedTreeNode EXTENDS AbstrTreeNode IMPLEMENTS INamedTreeNode Properties: CaseSensitiveComparison Name ChildCount , inherited from AbstrTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode proChildren , inherited from AbstrTreeNode Methods: FindChildByName GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode QueryInterface Structure: CaseSensitiveComparison (Property) FindChildByName (Method) IBase QueryInterface (Method) Name (Property)
PStringToXWORDMap.GetIndex (METH) ¶ METHOD GetIndex : DINT InOut: Scope Name Type Return GetIndex DINT Input pstr POINTER TO STRING Output udiResult UDINT
PStringToXWORDMap.GetKeyByIndex (METH) ¶ METHOD GetKeyByIndex : POINTER TO BYTE InOut: Scope Name Type Return GetKeyByIndex POINTER TO BYTE Input udiIndex UDINT Output udiResult UDINT
PStringToXWORDMap.GetValue (METH) ¶ METHOD GetValue : __XWORD InOut: Scope Name Type Return GetValue __XWORD Input pstr POINTER TO STRING Output udiResult UDINT