GetLastChild (FUN) ¶ FUNCTION GetLastChild : IModule Returns the last child module instance of a given instance. Returns 0 if (and only if) itfM has no children. InOut: Scope Name Type Comment Return GetLastChild IModule Input itfM IModule The instance that is queried for the last child (must not be 0)
GetLastInRange (FUN) ¶ FUNCTION GetLastInRange : IModule Returns the last element of a given range. Returns 0 if (and only if) the last element of the range is 0 or the range is empty. Note: after the call, the range will be empty. InOut: Scope Name Type Comment Return GetLastInRange IModule Input rng IModuleRangeForward The forward range (i.e. AncestorRange , DepthFirstRange or SiblingRange ) for which the last element shall be returned for
Module.Environment (PROP) ¶ PROPERTY FINAL Environment : POINTER TO MEnv
Module.Handle (PROP) ¶ PROPERTY FINAL Handle : ModuleHandle
Module.ModuleInfo (PROP) ¶ PROPERTY FINAL ModuleInfo : POINTER TO ModuleInfo
Module.SetIdentification (METH) ¶ METHOD PUBLIC FINAL SetIdentification InOut: Scope Name Type Input pbyName POINTER TO BYTE pMI POINTER TO ModuleInfo udiComAddr UDINT handle ModuleHandle pEnvironment POINTER TO MEnv
Module.Init (METH) ¶ METHOD Init InOut: Scope Name Type Input bOnlineChange BOOL
Module.Main (METH) ¶ METHOD Main
Module.OnAfterOnlineChange (METH) ¶ METHOD OnAfterOnlineChange
Module.OnBeforeOnlineChange (METH) ¶ METHOD OnBeforeOnlineChange