The DlnBootGetMemCount() function retrieves the number of flash panes of your DLN-series adapter.
DlnBootGetMemCount()
This function is defined in the dln_boot.h file.
dln_boot.h
DLN_RESULT DlnBootGetMemCount( HDLN handle, uint32_t *count );
A handle to the DLN device.
A pointer to 8-bit unsigned integer, which will be filled with the number of flash panes after the function execution.
The number of flash panes was successfully retrieved.