DintVector.AddDint (METH) ¶ METHOD AddDint : UDINT InOut: Scope Name Type Return AddDint UDINT Input item DINT
DintVector.GetDint (METH) ¶ METHOD GetDint : DWORD InOut: Scope Name Type Return GetDint DWORD Input udiIndex UDINT Output udiResult UDINT
DwordVector (FB) ¶ FUNCTION_BLOCK DwordVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDword GetDword Remove Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddDword (Method) GetDword (Method) Remove (Method)
DwordVector.AddDword (METH) ¶ METHOD AddDword : UDINT InOut: Scope Name Type Return AddDword UDINT Input item DWORD
DwordVector.GetDword (METH) ¶ METHOD GetDword : DWORD InOut: Scope Name Type Return GetDword DWORD Input udiIndex UDINT Output udiResult UDINT
BaseVector (FB) ¶ FUNCTION_BLOCK BaseVector We have to provide this attribute here, because the usage at the member _pData does not work. _pData is a generic member, so we have to suppress the warning Properties: Capacity Count Methods: Clear InitMemory RemoveLast ReserveSpace proAfterAlloc proRemove Structure: Capacity (Property) Clear (Method) Count (Property) InitMemory (Method) RemoveLast (Method) ReserveSpace (Method) proAfterAlloc (Method) proRemove (Method)
BaseVector.Capacity (PROP) ¶ PROPERTY Capacity : DINT
BaseVector.Clear (METH) ¶ METHOD Clear : UDINT InOut: Scope Name Type Return Clear UDINT
BaseVector.Count (PROP) ¶ PROPERTY Count : DINT
DintToDintMap.AddDintPair (METH) ¶ METHOD AddDintPair : UDINT InOut: Scope Name Type Return AddDintPair UDINT Input diKey DINT diValue DINT