UdintElement.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT
UdintElement.UdintValue (PROP) ¶ PROPERTY UdintValue : UDINT Returns the value of the element.
UdintElement.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
UdintElementFactory.Create (METH) ¶ METHOD Create : IUdintElement Creates a IntElement InOut: Scope Name Type Return Create IUdintElement Input udiValue UDINT Output eError FBF.ERROR
UdintElementFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT
UdintElementFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT
UdintElementFactory.prvInstSize (PROP) ¶ PROPERTY prvInstSize : CAA.SIZE
UintElement.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement , > 0 if the element is greater than itfElement . InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement IElement The element to compare
UintElement.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare
UintElement.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT