The DlnUartGetParity() function retrieves the current parity bit value.This function is defined in the dln_uart.h file.
DlnUartGetParity()
dln_uart.h
DLN_RESULT DlnUartGetParity( HDLN handle, uint8_t port, uint8_t *parity );
A handle to the DLN-series adapter.
A number of the UART.
The pointer to uint8_t type variable. Variable will be filled with current parity value after successful function execution.
The operation completed successfully and parity value has been retrieved.