replace

CclBuf& replace(unsigned long length,
                       const void* dataArea,
                       unsigned long offset = 0)

length
The length of the source data area, in bytes.
dataArea
The address of the start of the source data area.
offset
The position where the new data is to be written, relative to the start of the CclBuf data area. The default is zero.

Overwrites the current contents of the data area at the given offset with the source data. The data length remains the same.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//proref/cclbuf4.html