AppGetSegmentAddress (FUN) ¶ FUNCTION AppGetSegmentAddress : POINTER TO BYTE <description> This function retuns the start address of an IEC segment. All segments resides within an area. This is used to get access for example to the beginning of the output processimage segment (%Q = AreaType.DA_OUTPUT). </description> <param name=”pApp” type=”IN”>Pointer to Application</param> <param name=”wType” type=”IN”>Area type</param> <param name=”pResult” type=”IN”>Pointer to Result</param> <result>Segment start address</result> InOut: Scope Name Type Return AppGetSegmentAddress POINTER TO BYTE Input pApp POINTER TO APPLICATION wType WORD pResult POINTER TO RTS_IEC_RESULT
AppGetSegmentSize (FUN) ¶ FUNCTION AppGetSegmentSize : __UXINT <description> This function retuns the start size of an IEC segment. All segments resides within an area. This is used to get access for example to the size of the output processimage segment (%Q = AreaType.DA_OUTPUT). </description> <param name=”pApp” type=”IN”>Pointer to Application</param> <param name=”wType” type=”IN”>Area type</param> <param name=”pResult” type=”IN”>Pointer to Result</param> <result>Segment size</result> InOut: Scope Name Type Return AppGetSegmentSize __UXINT Input pApp POINTER TO APPLICATION wType WORD pResult POINTER TO RTS_IEC_RESULT
PropertyAttributePersistentString (FUN) ¶ FUNCTION PropertyAttributePersistentString : STRING InOut: Scope Name Type Return PropertyAttributePersistentString STRING Input propAttr BACnetPropertyAttributePersistent
AppNumOfActiveSessions (FUN) ¶ FUNCTION AppNumOfActiveSessions : RTS_IEC_RESULT InOut: Scope Name Type Return AppNumOfActiveSessions RTS_IEC_RESULT Input pApp POINTER TO APPLICATION pulNumSessions POINTER TO UDINT
AppRegisterPropAccessFunctions (FUN) ¶ FUNCTION AppRegisterPropAccessFunctions : RTS_IEC_RESULT InOut: Scope Name Type Return AppRegisterPropAccessFunctions RTS_IEC_RESULT Input pApp POINTER TO APPLICATION ppfGetBooleanProperty POINTER TO POINTER TO BYTE ppfGetTextProperty POINTER TO POINTER TO BYTE ppfGetNumberProperty POINTER TO POINTER TO BYTE ppfGetVersionProperty POINTER TO POINTER TO BYTE
AppReset (FUN) ¶ FUNCTION AppReset : RTS_IEC_RESULT InOut: Scope Name Type Return AppReset RTS_IEC_RESULT Input pApp POINTER TO APPLICATION usResetOption WORD
AppRestoreRetainsFromFile (FUN) ¶ FUNCTION AppRestoreRetainsFromFile : RTS_IEC_RESULT InOut: Scope Name Type Return AppRestoreRetainsFromFile RTS_IEC_RESULT Input pApp POINTER TO APPLICATION pszFilName REFERENCE TO STRING
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
MemoryToString (FUN) ¶ FUNCTION MemoryToString : STRING InOut: Scope Name Type Return MemoryToString STRING Input pMem POINTER TO BYTE udiMemSize UDINT
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