MemBuffer.InitStatic (METH) ¶ METHOD InitStatic : UDINT InOut: Scope Name Type Return InitStatic UDINT Input buffer StaticMemBuffer
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)
MemBuffer.Resize (METH) ¶ METHOD Resize : POINTER TO BYTE InOut: Scope Name Type Return Resize POINTER TO BYTE Input udiNewSize UDINT Output udiResult UDINT
NamedTreeNode.CaseSensitiveComparison (PROP) ¶ PROPERTY CaseSensitiveComparison : BOOL
NamedTreeNode.FindChildByName (METH) ¶ METHOD FindChildByName : INamedTreeNode InOut: Scope Name Type Return FindChildByName INamedTreeNode Input stName STRING(256)
IBase ¶ QueryInterface (Method)
NamedTreeNode.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
NamedTreeNode.Name (PROP) ¶ PROPERTY Name : POINTER TO STRING
PStringToDintMap (FB) ¶ FUNCTION_BLOCK PStringToDintMap EXTENDS BaseMap Properties: CaseSensitive CopyStrings Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddPStringDintPair Clear FB_Exit GetIndex GetKeyByIndex GetValue GetValueByIndex Remove SetValueByIndex BeginUpdate , inherited from BaseMap EndUpdate , inherited from BaseMap InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddPStringDintPair (Method) CaseSensitive (Property) Clear (Method) CopyStrings (Property) FB_Exit (Method) GetIndex (Method) GetKeyByIndex (Method) GetValue (Method) GetValueByIndex (Method) Remove (Method) SetValueByIndex (Method)
PStringToDintMap.AddPStringDintPair (METH) ¶ METHOD AddPStringDintPair : UDINT InOut: Scope Name Type Return AddPStringDintPair UDINT Input pstr POINTER TO STRING diValue DINT