DlnBootExitBootloader() Function

 DLN_RESULT DlnBootExitBootloader(
    HDLN handle
 );

The DlnExitBootloader() function exits the Bootloader mode and continues in the Application mode.

Parameters:

handle
A handle to the DLN-series adapter.

Results:

Result Description
DLN_RES_SUCCESS Function was succesfully executed.

This function is defined in the dln_boot.h file.