The DlnUartGetStopbits() function retrieves the current number of stop bits to be sent with each character.This function is defined in the dln_uart.h file.
DlnUartGetStopbits()
dln_uart.h
DLN_RESULT DlnUartGetStopbits( HDLN handle, uint8_t port, uint8_t *stopbits );
A handle to the DLN-series adapter.
A number of the UART port to be configured.
The pointer to uint8_t type variable. Variable will be filled with current stop bit value.
The operation completed successfully and stop bit value has been retrieved.