ILinkedListIterator (ITF) ¶ INTERFACE ILinkedListIterator EXTENDS IIterator Interface for Iterators based on linked lists of elements. Properties: FirstObjectReference ModCounter Methods: HasNext , inherited from IIterator Next , inherited from IIterator Structure: FirstObjectReference (Property) ModCounter (Property)
BoolElement.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT
BoolElement.prvInstInit (METH) ¶ METHOD prvInstInit : FBF.ERROR This methode is called from the factory to give a chance to initialize the new fb instance with the content of itfData InOut: Scope Name Type Return prvInstInit FBF.ERROR Input itfData FBF.IData
BoolElementFactory.Create (METH) ¶ METHOD Create : IBoolElement Creates a BooElement InOut: Scope Name Type Return Create IBoolElement Input xValue BOOL Output eError FBF.ERROR
BoolElementFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT
BoolElementFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT
BoolElementFactory.prvInstSize (PROP) ¶ PROPERTY prvInstSize : CAA.SIZE
DintElement.DintValue (PROP) ¶ PROPERTY DintValue : DINT Returns the value of the element.
List.LockWaitTime (PROP) ¶ PROPERTY LockWaitTime : SYSTIME Set and get the wait time. If a call is blocked, the call is repeated after LockWaitTime . Default: 300 µs
List.RemoveAllElements (METH) ¶ METHOD RemoveAllElements : COLLECTION_ERROR Removes all elements from the collection. InOut: Scope Name Type Return RemoveAllElements COLLECTION_ERROR