The DlnUartGetSupportedStopbits() function returns all supported stop bits values. This function is defined in the dln_uart.h file.
DlnUartGetSupportedStopbits()
dln_uart.h
DLN_RESULT DlnUartGetSupportedStopbits( HDLN handle, uint8_t port, DLN_UART_STOPBITS *supportedStopbits );
A handle to the DLN-series adapter.
UART port number.
The pointer to DLN_UART_STOPBITS structure which will be filled by supported stop bits values.
DLN_UART_STOPBITS
Function was successfully executed.