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
StandardCalls ¶ CallPrioHighEnd (Method) CallPrioHighStart (Method) CallPrioLowEnd (Method) CallPrioLowStart (Method) CallPrioMediumEnd (Method) CallPrioMediumStart (Method)
Module.CallPrioHighEnd (METH) ¶ METHOD CallPrioHighEnd : BOOL InOut: Scope Name Type Return CallPrioHighEnd BOOL
Module.GetFirstErrorMessage (METH) ¶ METHOD GetFirstErrorMessage : STRING(255) InOut: Scope Name Type Return GetFirstErrorMessage STRING(255) Input sLanguage STRING
Module.GetLastErrorMessage (METH) ¶ METHOD GetLastErrorMessage : STRING(255) InOut: Scope Name Type Return GetLastErrorMessage STRING(255) Input sLanguage STRING
Module.LastErrorInstance (PROP) ¶ PROPERTY LastErrorInstance : IModule returns the interface of the module instance that has caused the last error. 0 means: the error occured in this module instance or no error has occured.