Вы здесь

DlnUartGetSupportedParities() Function

The DlnUartGetSupportedParities() function returns all supported parities values. This function is defined in the dln_uart.h file.

Syntax
C/C++
DLN_RESULT DlnUartGetSupportedParities(
    HDLN handle, 
    uint8_t port, 
    DLN_UART_PARITIES *supportedParities
);
Parameters
handle

A handle to the DLN-series adapter.

port

UART port number.

supportedParities

The pointer to DLN_UART_PARITIES structure which will be filled by supported parities values.

Return Value
DLN_RES_SUCCESS

Function was successfully executed.

Языки

Вход на сайт