CIFX_xMemCpy
(FUN)
FUNCTION CIFX_xMemCpy : POINTER TO BYTE
- <description>
Copy the content from source (pSrc) to destination buffer (pDest).
</description> <result><p>RESULT: Pointer to the destination buffer, where the copy was done.</p><result>
- InOut:
Scope
Name
Type
Comment
Return
CIFX_xMemCpy
POINTER TO BYTE
Input
pDest
POINTER TO BYTE
<param name=”pDest” type=”IN”>Pointer to memory address to be copied to (target)</param>
pSrc
POINTER TO BYTE
<param name=”pSrc” type=”IN”>Pointer to memory address to be copied from (source)</param>
udiCount
UDINT
<param name=”udiCount” type=”IN”>Number of bytes to be copied</param>