POUs ¶ SysMemAlloc (Function) SysMemCmp (Function) SysMemCpy (Function) SysMemFree (Function) SysMemMove (Function) SysMemSet (Function) SysMemSwap (Function)
SysMemAlloc (FUN) ¶ FUNCTION SysMemAlloc : DWORD InOut: Scope Name Type Comment Return SysMemAlloc DWORD Input dwSize DWORD Bytes to allocate
SysMemCmp (FUN) ¶ FUNCTION SysMemCmp : DWORD InOut: Scope Name Type Comment Return SysMemCmp DWORD Input dwBuf1 DWORD First buffer dwBuf2 DWORD Second buffer dwCount DWORD Number of characters to compare
SysMemCpy (FUN) ¶ FUNCTION SysMemCpy : DWORD InOut: Scope Name Type Comment Return SysMemCpy DWORD Input dwDest DWORD New buffer dwSrc DWORD Buffer to copy from dwCount DWORD Number of characters to copy
SysMemFree (FUN) ¶ FUNCTION SysMemFree : BOOL InOut: Scope Name Type Comment Return SysMemFree BOOL Input dwAddress DWORD Previously allocated memory block to be freed dwSize DWORD Size of block to free
SysMemMove (FUN) ¶ FUNCTION SysMemMove : DWORD InOut: Scope Name Type Comment Return SysMemMove DWORD Input dwDest DWORD New buffer dwSrc DWORD Buffer to copy from dwCount DWORD Number of characters to copy
SysMemSet (FUN) ¶ FUNCTION SysMemSet : DWORD InOut: Scope Name Type Comment Return SysMemSet DWORD Input dwDest DWORD Pointer to destination bCharacter BYTE Character to set dwCount DWORD Number of characters
SysMemSwap (FUN) ¶ FUNCTION SysMemSwap : BOOL InOut: Scope Name Type Comment Return SysMemSwap BOOL Input dwAddress DWORD Address of byffer to swap diSize DINT Swap size: 2,4,8 diCount DINT Number of swap elements in buffer
extern30 ¶ SysMemAllocData30 (Function) SysMemCmp30 (Function) SysMemCpy30 (Function) SysMemFreeData30 (Function) SysMemMove30 (Function) SysMemSet30 (Function) SysMemSwap30 (Function)
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.