| Function | 
 | Copy bufferRF to bufferCOM | 
| Purpose | 
 | Data transfer between buffers | 
| Syntax | 
 | void copyBufferRF2COM() | 
| Parameters | 
 | – | 
| Return value | 
 | – | 
| Output values | 
 | – | 
| Preconditions | 
 | Offsets memoryOffsetFrom and memoryOffsetTo are applied (see above). | 
| Remarks | 
 | • If memoryOffsetFrom = 0, memoryOffsetTo = 0 and memoryLimit = 0, complete 64 B is copied. • See Example E06–RAM. | 
| Side effects | 
 | – | 
| See also | 
 | clearBufferINFO, copyBufferINFO2RF, copyBufferINFO2COM, copyBufferRF2INFO, copyBufferCOM2RF, copyBufferCOM2INFO, compareBufferINFO2RF, copyMemoryBlock | 
| Example | 
 | copyBufferRF2COM(); |