APP_MEMORY_SEGMENT (STRUCT) ¶ TYPE APP_MEMORY_SEGMENT : STRUCT <category>Application memory segment</category> <description> Describes a memory segment of an application. </description> <element name=”wType” type=”IN”>Type of the segment. See category “Area Types” in SysMemItf.h.</element> <element name=”wArea” type=”IN”>Area in which the segment is residing</element> <element name=”dwOffset” wType=”IN”>Offset in the area, in which the segment is residing</element> <element name=”dwSize” wType=”IN”>Size of the segment in bytes</element> <element name=”dwHighestUsedAddress” wType=”IN”>Highest used address in the segment (has no significance for input, output, memory)</element> InOut: Name Type wType WORD wArea WORD dwOffset DWORD dwSize DWORD dwHighestUsedAddress DWORD
AppCallGetProperty (FUN) ¶ FUNCTION AppCallGetProperty : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallGetProperty RTS_IEC_RESULT Input pInstance POINTER TO BYTE ppGetMethod POINTER TO POINTER TO BYTE pbyValue POINTER TO BYTE ulSize __XWORD
AppCallGetProperty2 (FUN) ¶ FUNCTION AppCallGetProperty2 : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallGetProperty2 RTS_IEC_RESULT Input pInstance POINTER TO BYTE ppGetMethod POINTER TO POINTER TO BYTE ppbyValue POINTER TO POINTER TO BYTE ulSize __XWORD
AppCallGetProperty2Release (FUN) ¶ FUNCTION AppCallGetProperty2Release : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallGetProperty2Release RTS_IEC_RESULT Input pbyValue POINTER TO BYTE
AppCallGetProperty3 (FUN) ¶ FUNCTION AppCallGetProperty3 : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallGetProperty3 RTS_IEC_RESULT Input pInstance POINTER TO BYTE ppGetMethod POINTER TO POINTER TO BYTE ppbyValue POINTER TO POINTER TO BYTE ulSize __XWORD ulOffset __XWORD
AppCallSetProperty (FUN) ¶ FUNCTION AppCallSetProperty : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallSetProperty RTS_IEC_RESULT Input pInstance POINTER TO BYTE ppSetMethod POINTER TO POINTER TO BYTE pbyValue POINTER TO BYTE ulSize __XWORD
AppCallSetProperty2 (FUN) ¶ FUNCTION AppCallSetProperty2 : RTS_IEC_RESULT InOut: Scope Name Type Return AppCallSetProperty2 RTS_IEC_RESULT Input pInstance POINTER TO BYTE ppSetMethod POINTER TO POINTER TO BYTE pbyValue POINTER TO BYTE ulSize __XWORD ulOffset __XWORD
AppFindApplicationByName (FUN) ¶ FUNCTION AppFindApplicationByName : POINTER TO APPLICATION InOut: Scope Name Type Comment Return AppFindApplicationByName POINTER TO APPLICATION Input pszString REFERENCE TO STRING Application name pResult POINTER TO RTS_IEC_RESULT
AppGenerateException (FUN) ¶ FUNCTION AppGenerateException : RTS_IEC_RESULT InOut: Scope Name Type Return AppGenerateException RTS_IEC_RESULT Input pApp POINTER TO APPLICATION ulException DWORD
AppGetApplicationByAreaAddress (FUN) ¶ FUNCTION AppGetApplicationByAreaAddress : POINTER TO APPLICATION InOut: Scope Name Type Return AppGetApplicationByAreaAddress POINTER TO APPLICATION Input pAddress POINTER TO UDINT