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