DHWCtrl.ApspiAlternateRecv

Send alternately SPI programming instructions and receive data bytes. Works similar to ApspiAlternateSend.

Properties

Parameters (request frame)

Name Type/Size Description
CmdCodeA Integer (8 bits) command code of first instruction.
CmdCodeB Integer (8 bits) command code of second instruction.
Address Integer (16 bits) start address.
CmdDataLen Integer (16 bits) Number of data Bytes that should be retrieved.

Returned values (response frame)

Name Type/Size Description
Length of CmdData Integer (16 bits) Length of CmdData in bytes
CmdData Raw data collection of all data Bytes received.