The DlnUartGetEventPeriod() function retrieves the current event period for specified UART port.This function is defined in the dln_uart.h file.
DLN_RESULT DlnUartGetEventPeriod( HDLN handle, uint8_t port, uint32_t *period );
A handle to the DLN-series adapter.
A number of the UART port.
A pointer to an unsigned 32-bit integer. The integer will be filled with current event repeat interval after the function execution.
The operation completed successfully and the current event period has been retrieved.