UdintElement (FB) ¶ FUNCTION_BLOCK UdintElement EXTENDS FBF.InstanceBase IMPLEMENTS IUdintElement Element wrapper for UDINT values. InOut: Scope Name Type Input Const udiValue UDINT Properties: UdintValue Methods: ElementCompareTo ElementEquals ElementHashCode prvInstInit Structure: ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method) UdintValue (Property) prvInstInit (Method)
UdintElementFactory (FB) ¶ FUNCTION_BLOCK UdintElementFactory EXTENDS FBF.FactoryBase IElement factory for UDINT values Properties: prvInstCount prvInstPoolExtendsFactor prvInstSize Methods: Create Structure: Create (Method) prvInstCount (Property) prvInstPoolExtendsFactor (Property) prvInstSize (Property)
DrvSafetyIoServices Interfaces Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title DrvSafetyIoServices Interfaces Version 1.5.0.0 Categories Intern|IoDrivers Namespace SafetyIoServicesItfs Author 3S - Smart Software Solutions GmbH Description 1 ¶ This interface library describes general communication methods for access to the Safety runtime-system. The interface is used for sending the PROFIsafe F-Parameter from Standard-RTS to Safety-RTS and receive confirmation or error-codes. Contents: ¶ DrvSafetyIoServices Interfaces Constants Enums Interfaces Unions Indices and tables ¶ 1 Based on DrvSafetyIoServices_Itfs.library, last modified 12.12.2018, 14:39:37. LibDoc 4.4.0.0-b.27 The content file DrvSafetyIoServices_Itfs.clean.json was generated with CODESYS V3.5 SP13 on 12.12.2018, 14:39:39.
DrvSafetyIoServices Interfaces ¶ Constants ParamConstants (GVL) Enums SafetyIoServicesResult (Enum) Interfaces ISafetyIoServices (Interface) Receive (Method) Send (Method) Unions ISafetyIoServices_Converter (Union)
ICollection.RemoveAllElements (METH) ¶ METHOD RemoveAllElements : COLLECTION_ERROR Remove all elements from the collection. InOut: Scope Name Type Return RemoveAllElements COLLECTION_ERROR
ICollection.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.
IContainsValue.ContainsValue (METH) ¶ METHOD ContainsValue : COLLECTION_ERROR Checks if the collection contains the value of itfElement . This method calls ElementEquals of IElement to compare the element values. InOut: Scope Name Type Comment Return ContainsValue COLLECTION_ERROR Input itfElement IElement The element to check Output xResult BOOL True if the collection contains the value of itfElement
IDoubleLinkedList.RemoveFirstElement (METH) ¶ METHOD RemoveFirstElement : COLLECTION_ERROR Removes the first element of the list. InOut: Scope Name Type Return RemoveFirstElement COLLECTION_ERROR
IDoubleLinkedList.RemoveLastElement (METH) ¶ METHOD RemoveLastElement : COLLECTION_ERROR Removes the last element of the list. InOut: Scope Name Type Return RemoveLastElement COLLECTION_ERROR
IDoubleLinkedList2.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeLinkedListIterator