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
List.RemoveElement (METH) ¶ METHOD RemoveElement : COLLECTION_ERROR Removes the element itfElement from the collection. InOut: Scope Name Type Comment Return RemoveElement COLLECTION_ERROR Input itfElement IElement The element to remove.