DlnBootGetFlashDesc() Function

DLN_RESULT DlnBootGetFlashDesc(
    HDLN handle, 
    DLN_BOOT_FLASH_DESC* desc
 );

The DlnBootGetFlashDesc() function retrieves information about the device internal flash memory.

Parameters:

handle
A handle to the DLN-series adapter.
desc
A pointer to the DLN_BOOT_FLASH_DESC structure, which will be filled with data after the function execution.

Results:

Result Description
DLN_RES_SUCCESS Function was succesfully executed.

This function is defined in the dln_boot.h file.