The DlnBootGetMode() function retrieves current mode of your DLN-series adapter.
DlnBootGetMode()
This function is defined in the dln_boot.h file.
dln_boot.h
DLN_RESULT DlnBootGetMode( HDLN handle, DLN_BOOT_MODE* mode );
A handle to the DLN-series adapter.
A pointer to the 32-bit DLN_BOOT_MODE variable. This variable will be used to store current device mode after the function execution.
DLN_BOOT_MODE
Function was successfully executed.