ISafeIterator.Next (METH) ¶ METHOD Next : COLLECTION_ERROR Get the next element itfElement. The method MUST be called until the error NO_MORE_ELEMENTS or another error is returned. This is necessary so that prvInstRelease of the element is called safely for the last element. Returns COLLECTION_ERROR.NO_MORE_ELEMENTS if the end of the iteration has been reached or COLLECTION_ERROR.COLLECTION_CHANGED if the collection has been changed. InOut: Scope Name Type Return Next COLLECTION_ERROR Output itfElement IElement
ISafeLinkedListIterator.FirstObjectReference (PROP) ¶ PROPERTY FirstObjectReference : ILinkedObjectReference
ISafeListIterator.ElementArray (PROP) ¶ PROPERTY ElementArray : POINTER TO IElement Set the pointer to the array list of elements.
ISafeListIterator.ElementArraySize (PROP) ¶ PROPERTY ElementArraySize : DINT Set the size of the array list.
IOnlineChangeSafeLinkedListElement.ObjectReference (PROP) ¶ PROPERTY ObjectReference : IObjectReference
IOnlineChangeSafeLinkedListElement.UpdateElement (METH) ¶ METHOD UpdateElement Update the reference to the element after online change. The method should be called in FB_reinit from the element. InOut: Scope Name Type Input itfElement IElement
IStringElement.StringValue (PROP) ¶ PROPERTY StringValue : STRING Returns the value of the element.
ITimeElement.TimeValue (PROP) ¶ PROPERTY TimeValue : TIME Returns the value of the element.
IUdintElement.UdintValue (PROP) ¶ PROPERTY UdintValue : UDINT Returns the value of the element.
IUintElement.UintValue (PROP) ¶ PROPERTY UintValue : UINT Returns the value of the element.