SysFileAsyncFB.SysFileCloseAsync (METH) ¶ METHOD SysFileCloseAsync : RTS_IEC_HANDLE Method to close a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileCloseAsync RTS_IEC_HANDLE Input pSysFileClose POINTER TO tSysFileClose 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.SysFileCopyAsync (METH) ¶ METHOD SysFileCopyAsync : RTS_IEC_HANDLE Method to copy a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileCopyAsync RTS_IEC_HANDLE Input pSysFileCopy POINTER TO tSysFileCopy 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.SysFileDeleteAsync (METH) ¶ METHOD SysFileDeleteAsync : RTS_IEC_HANDLE Method to delete a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileDeleteAsync RTS_IEC_HANDLE Input pSysFileDelete POINTER TO tSysFileDelete 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)
SysEventSet (FUN) ¶ FUNCTION SysEventSet : BOOL InOut: Scope Name Type Return SysEventSet BOOL Input dwHandle DWORD
SysEventWait (FUN) ¶ FUNCTION SysEventWait : BOOL InOut: Scope Name Type Return SysEventWait BOOL Input dwHandle DWORD dwTimeout DWORD
extern30 ¶ SysEventCreate30 (Function) SysEventDelete30 (Function) SysEventSet30 (Function) SysEventWait30 (Function)
SysEventCreate30 (FUN) ¶ FUNCTION SysEventCreate30 : UDINT InOut: Scope Name Type Return SysEventCreate30 UDINT Input szEvent REFERENCE TO STRING pResult POINTER TO UDINT
SysEventDelete30 (FUN) ¶ FUNCTION SysEventDelete30 : UDINT InOut: Scope Name Type Return SysEventDelete30 UDINT Input hEvent UDINT
SysEventSet30 (FUN) ¶ FUNCTION SysEventSet30 : UDINT InOut: Scope Name Type Return SysEventSet30 UDINT Input hEvent UDINT
SysEventWait30 (FUN) ¶ FUNCTION SysEventWait30 : UDINT InOut: Scope Name Type Return SysEventWait30 UDINT Input hEvent UDINT ulTimeout UDINT