SysMemSet (FUN)
FUNCTION SysMemSet : POINTER TO BYTE
By use of this function a memory space is initialized with a specified value RETURN: Pointer to the memory block which was initialized. 0 if the operation failed
- InOut:
Scope
Name
Type
Comment
Return
SysMemSetPOINTER TO BYTE
Input
pDestPOINTER TO BYTE
Pointer to memory block to initialize
udiValueUDINTValue with which the memory is to be initialized
udiCount__XWORDNumber of bytes to be initialized in the memory block