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