The DlnBootGetMemDesc() function retrieves information about the device internal flash memory.
DlnBootGetMemDesc()
This function is defined in the dln_adc.h file.
dln_adc.h
DLN_RESULT DlnBootGetMemDesc( HDLN handle, uint32_t memory, DLN_BOOT_MEM_DESC *descriptor );
A handle to the DLN-series adapter.
Memory type value. Available only DLN_BOOT_MEM_FLASH value.
DLN_BOOT_MEM_FLASH
A pointer to the DLN_BOOT_MEM_DESC structure, which will be filled with data after the function execution.
DLN_BOOT_MEM_DESC
Function was successfully executed.