The DlnUartGetBaudrate() function retrieves the baud rate value, which represents the number of bits that are actually being sent.This function is defined in the dln_uart.h file.
DlnUartGetBaudrate()
dln_uart.h
DLN_RESULT DlnUartGetBaudrate( HDLN handle, uint8_t port, uint32_t *baudrate );
A handle to the DLN-series adapter.
A number of the UART port.
The current baud rate value.
The operation completed successfully and baud rate has been retrieved.