AppGetAreaAddress (FUN) ¶ FUNCTION AppGetAreaAddress : POINTER TO BYTE InOut: Scope Name Type Return AppGetAreaAddress POINTER TO BYTE Input pApp POINTER TO APPLICATION uiType UINT pResult POINTER TO RTS_IEC_RESULT
AppGetAreaOffsetByAddress (FUN) ¶ FUNCTION AppGetAreaOffsetByAddress : RTS_IEC_RESULT InOut: Scope Name Type Return AppGetAreaOffsetByAddress RTS_IEC_RESULT Input pApp POINTER TO APPLICATION ulAddress __UXINT pusArea POINTER TO WORD pulOffset POINTER TO __XWORD
AppGetAreaPointer (FUN) ¶ FUNCTION AppGetAreaPointer : RTS_IEC_RESULT InOut: Scope Name Type Return AppGetAreaPointer RTS_IEC_RESULT Input pApp POINTER TO APPLICATION diArea DINT ppbyArea POINTER TO POINTER TO BYTE
AppGetAreaSize (FUN) ¶ FUNCTION AppGetAreaSize : __XWORD InOut: Scope Name Type Return AppGetAreaSize __XWORD Input pApp POINTER TO APPLICATION uiType UINT pResult POINTER TO RTS_IEC_RESULT
AppGetCurrent (FUN) ¶ FUNCTION AppGetCurrent : POINTER TO APPLICATION InOut: Scope Name Type Return AppGetCurrent POINTER TO APPLICATION Input pResult POINTER TO RTS_IEC_RESULT
AppGetFirstApp (FUN) ¶ FUNCTION AppGetFirstApp : POINTER TO APPLICATION InOut: Scope Name Type Return AppGetFirstApp POINTER TO APPLICATION Input pResult POINTER TO RTS_IEC_RESULT
AppGetNextApp (FUN) ¶ FUNCTION AppGetNextApp : POINTER TO APPLICATION InOut: Scope Name Type Return AppGetNextApp POINTER TO APPLICATION Input pAppPrev POINTER TO APPLICATION pResult POINTER TO RTS_IEC_RESULT
AppGetProjectInformation (FUN) ¶ FUNCTION AppGetProjectInformation : RTS_IEC_RESULT InOut: Scope Name Type Return AppGetProjectInformation RTS_IEC_RESULT Input pApp POINTER TO APPLICATION pInfo POINTER TO PROJECT_INFO
UtilsWriteUDINT (FUN) ¶ FUNCTION UtilsWriteUDINT : UDINT Writes an UDINT to an IServiceWriter instance. InOut: Scope Name Type Comment Return UtilsWriteUDINT UDINT 0 if the processing was successful. Input itfServiceWriter IServiceWriter The IServiceWriter instance, where the data has to be written to uiTag UINT The tag used for identifying the data udiValue UDINT The UDINT value, that has to be written xHasToSwap BOOL Flag, indicating, whether the bytes of the UDINT value have to be swapped
UtilsWriteUINT (FUN) ¶ FUNCTION UtilsWriteUINT : UDINT Writes an UINT to an IServiceWriter instance. InOut: Scope Name Type Comment Return UtilsWriteUINT UDINT 0 if the processing was successful. Input itfServiceWriter IServiceWriter The IServiceWriter instance, where the data has to be written to uiTag UINT The tag used for identifying the data uiValue UINT The UINT value, that has to be written xHasToSwap BOOL Flag, indicating, whether the bytes of the UINT value have to be swapped