SysFileAsyncFB.SysFileGetSizeAsync (METH) ¶ METHOD SysFileGetSizeAsync : RTS_IEC_HANDLE Method to get the size of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetSizeAsync RTS_IEC_HANDLE Input pSysFileGetSize POINTER TO tSysFileGetSize Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetPosAsync (METH) ¶ METHOD SysFileGetPosAsync : RTS_IEC_HANDLE Method to get the actual read/write position of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetPosAsync RTS_IEC_HANDLE Input pSysFileGetPos POINTER TO tSysFileGetPos Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetSizeByHandleAsync (METH) ¶ METHOD SysFileGetSizeByHandleAsync : RTS_IEC_HANDLE Method to get the size of a file by handle asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetSizeByHandleAsync RTS_IEC_HANDLE Input pSysFileGetSizeByHandle POINTER TO tSysFileGetSizeByHandle Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetStatusAsync (METH) ¶ METHOD SysFileGetStatusAsync : RTS_IEC_HANDLE Method to get the status of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetStatusAsync RTS_IEC_HANDLE Input pSysFileGetStatus POINTER TO tSysFileGetStatus Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetTimeAsync (METH) ¶ METHOD SysFileGetTimeAsync : RTS_IEC_HANDLE Method to get time information of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetTimeAsync RTS_IEC_HANDLE Input pSysFileGetTime POINTER TO tSysFileGetTime Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileOpenAsync (METH) ¶ METHOD SysFileOpenAsync : RTS_IEC_HANDLE Method to open a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileOpenAsync RTS_IEC_HANDLE Input pSysFileOpen POINTER TO tSysFileOpen Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileReadAsync (METH) ¶ METHOD SysFileReadAsync : RTS_IEC_HANDLE Method to read a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileReadAsync RTS_IEC_HANDLE Input pSysFileRead POINTER TO tSysFileRead Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileSetPosAsync (METH) ¶ METHOD SysFileSetPosAsync : RTS_IEC_HANDLE Method to set the actual read/write position in a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileSetPosAsync RTS_IEC_HANDLE Input pSysFileSetPos POINTER TO tSysFileSetPos Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileRenameAsync (METH) ¶ METHOD SysFileRenameAsync : RTS_IEC_HANDLE Method to rename a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileRenameAsync RTS_IEC_HANDLE Input pSysFileRename POINTER TO tSysFileRename Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileWriteAsync (METH) ¶ METHOD SysFileWriteAsync : RTS_IEC_HANDLE Method to write a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileWriteAsync RTS_IEC_HANDLE Input pSysFileWrite POINTER TO tSysFileWrite Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)