The DlnUartGetCharacterLength() function retrieves the current data character length.This function is defined in the dln_uart.h file.
DlnUartGetCharacterLength()
dln_uart.h
DLN_RESULT DlnUartGetCharacterLength( HDLN handle, uint8_t port, uint8_t *characterLength );
A handle to the DLN-series adapter.
A number of the UART port.
The pointer to uint8_t type variable. Retrieve the current data character length value.
The operation completed successfully and character length has been retrieved successfully.