The DlnUartGetMinBaudrate() function retrieves the minimum possible baud rate value.This function is defined in the dln_uart.h file.
DlnUartGetMinBaudrate()
dln_uart.h
DLN_RESULT DlnUartGetMinBaudrate( HDLN handle, uint8_t port, uint32_t *minBaudrate );
A handle to the DLN-series adapter.
A number of the UART port.
The pointer to uint32_t type variable. Variable will contain minimum possible baud rate value after function execution.
The operation completed successfully and minimum baud rate value has been retrieved.