ApplierList
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | AbstractDisposableContainer | CNM_CollectionInterfaces.IApplierList |
UML Diagram
Parameters
none
Properties
className
Type: CNM_AbstractObject.ClassName
count
Type: UDINT
This property returns the amount of appliers in the list…
list
Type: CNM_CollectionInterfaces.IArrayList
Methods
addApplier
- Parameters:
applier(CNM_CollectionInterfaces.IApplier)
- Return type: CNM_ReturnTypes.SingleExecutionResult
addAppliers
- Parameters:
appliers(CNM_CollectionInterfaces.ICollection)
- Return type: CNM_ReturnTypes.SingleExecutionResult
clear
- Return type:
BOOL
clearContents
- Return type:
VOID
This method is called in the destruct method and is intended to zero all references and interfaces that should not be destructed. …
FB_Exit
- Parameters:
bInCopyCode(BOOL): TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
- Return type:
BOOL
Mark the object as deleted, as it staiys in the memory.…
getApplier
- Parameters:
index(UDINT)
- Return type: CNM_CollectionInterfaces.IApplier
A method to get an applier at the given index.…
Code
Declaration
FUNCTION_BLOCK ApplierList
EXTENDS AbstractDisposableContainer
IMPLEMENTS CNM_CollectionInterfaces.IApplierList
VAR
myList :ArrayList;
END_VAR