DepthFirstRange.First (PROP) ¶ PROPERTY FINAL First : IModule Return the current first item of the range
DepthFirstRange.Init (METH) ¶ METHOD PUBLIC FINAL Init Initializes the range with the first instance. InOut: Scope Name Type Comment Input itfM IModule The first instance of the depth first range
DepthFirstRange.IsEmpty (PROP) ¶ PROPERTY FINAL IsEmpty : BOOL Returns whether there are items left on the range or not
DepthFirstRange.PopFirst (METH) ¶ METHOD PUBLIC FINAL PopFirst Popos the first item out of the range
Module.CallPrioMediumStart (METH) ¶ METHOD CallPrioMediumStart : BOOL InOut: Scope Name Type Return CallPrioMediumStart BOOL
ModuleHandle (ALIAS) ¶ TYPE ModuleHandle : INT The handle of a module (internally an integer number). Every module instance gets his own (project wide) unique module handle, which is created during a generation run of the standard generator of the composer. This handle even is unique through out application borders.
ModuleInfo (FB) ¶ FUNCTION_BLOCK ModuleInfo Contains information common to all instances of one module Properties: ModuleType Structure: ModuleType (Property)
ModuleInfo.ModuleType (PROP) ¶ PROPERTY FINAL ModuleType : STRING(255) The qualified module type (this is the qualified name of the module description)
Module.Main (METH) ¶ METHOD Main
Module.OnAfterOnlineChange (METH) ¶ METHOD OnAfterOnlineChange