The DlnSpiSlaveLoadReply()
function removes all replies from the queue and makes the current reply the first in the queue. In contrast, the DlnSpiSlaveEnqueueReply() function adds the reply to the queue.
The type of reply is configurable: it can be based on the SS line or based on the byte count. For details, read Reply Modes. To configure the reply mode, use the DlnSpiSlaveSetReplyMode() function.
The DlnSpiSlaveLoadReply()
function is defined in the dln_spi_slave.h
file.