DlnBootGetMode() Function

DLN_RESULT DlnBootGetMode(
    HDLN handle, 
    DLN_BOOT_MODE* mode
 );

The DlnBootGetMode() function retrieves current mode of your DLN-series adapter.

Parameters:

handle
A handle to the DLN-series adapter.
mode
A pointer to the 32-bit DLN_BOOT_MODE variable. This variable will be used to store current device mode after the function execution.

Results:

Result Description
DLN_RES_SUCCESS Function was succesfully executed.

This function is defined in the dln_boot.h file.