EVTPARAM_CmpAppPrepareLoadBootproject (STRUCT) ¶ TYPE EVTPARAM_CmpAppPrepareLoadBootproject : STRUCT <category>Event parameter</category> <element name=”pszAppName” type=”IN”>Name of the application</element> InOut: Name Type pszAppName POINTER TO STRING
EVTPARAM_CmpAppRegisterBootproject (STRUCT) ¶ TYPE EVTPARAM_CmpAppRegisterBootproject : STRUCT <category>Event parameter</category> <element name=”pszAppName” type=”IN”>Name of the booproject</element> InOut: Name Type pszAppName POINTER TO STRING
EVTPARAM_CmpAppReset (STRUCT) ¶ TYPE EVTPARAM_CmpAppReset : STRUCT <category>Event parameter</category> <element name=”pApp” type=”IN”>Pointer to application description</element> <element name=”ewResetOption” type=”IN”>Reset option</element> InOut: Name Type pApp POINTER TO APPLICATION ewResetOption RESET_OPTION
EVTPARAM_CmpAppResetAllApplications (STRUCT) ¶ TYPE EVTPARAM_CmpAppResetAllApplications : STRUCT <category>Event parameter</category> <element name=”ewResetOption” type=”IN”>Reset option</element> InOut: Name Type ewResetOption RESET_OPTION
EVTPARAM_CmpAppRetainBackupState (STRUCT) ¶ TYPE EVTPARAM_CmpAppRetainBackupState : STRUCT <category>Event parameter</category> <element name=”pszBootprojectName” type=”IN”>Name of boot project</element> <element name=”uiBackupState” type=”IN”>State of retain backup (see category “Retain backup state”</element> InOut: Name Type pszBootprojectName POINTER TO STRING uiBackupState UINT
EVTPARAM_CmpAppSourceDownload (STRUCT) ¶ TYPE EVTPARAM_CmpAppSourceDownload : STRUCT <category>Event parameter</category> <element name=”pArchiveName” type=”IN”>Name of the source project archive name</element> <element name=”usiBegin” type=”IN”>1: if download start, 0: if download ends</element> InOut: Name Type pszArchiveName POINTER TO STRING usiBegin USINT
EVTPARAM_CmpAppStateChanged (STRUCT) ¶ TYPE EVTPARAM_CmpAppStateChanged : STRUCT <category>Event parameter</category> <element name=”pApp” type=”IN”>Pointer to application object. pApp^.udiState contains the actual state! See “ApplicationState” for details.</element> <element name=”udiPrevState” type=”IN”>Previous application state</element> InOut: Name Type pApp POINTER TO APPLICATION udiPrevState UDINT
EVTPARAM_CmpAppStop (STRUCT) ¶ TYPE EVTPARAM_CmpAppStop : STRUCT <category>Event parameter</category> <element name=”pApp” type=”IN”>Pointer to application description</element> InOut: Name Type pApp POINTER TO APPLICATION ulStopReason DWORD
Exception (GVL) ¶ InOut: Scope Name Type Initial Comment Constant RTSEXCPT_APP_TARGET_MISMATCH DWORD 16#26 <category>Exception code</category> <description>Application is running on wrong target. Can be used for library protection!</description>
GlobalConstants (GVL) ¶ InOut: Scope Name Type Initial Comment Constant MAX_LEN_APPLNAME UDINT 60 Common Defines