The DlnSpiSlaveGetSupportedFrameSizes() function returns all supported frame size values.
DlnSpiSlaveGetSupportedFrameSizes()
DLN_RESULT DlnSpiSlaveGetSupportedFrameSizes( HDLN handle, uint8_t port, DLN_SPI_SLAVE_FRAME_SIZES *supportedSizes );
A handle to the DLN-series adapter.
A number of the SPI slave port.
The pointer to the DLN_SPI_SLAVE_FRAME_SIZES structure that receives supported frame size values.
DLN_SPI_SLAVE_FRAME_SIZES
The function successfully retrieved supported frame size values.
The port number is not valid. Use the DlnSpiSlaveGetPortCount() function to find the maximum possible port number.
The DlnSpiSlaveGetSupportedFrameSizes() function is defined in the dln_spi_slave.h file.
dln_spi_slave.h