Skip to main content

ApplierList

AccessAbstractFinalExtendsImplements
-NoNoAbstractDisposableContainerCNM_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

addAppliers

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

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