The DlnUartSetEventPeriod() function configures the event period for specified UART port.This function is defined in the dln_uart.h file.
DLN_RESULT DlnUartSetEventPeriod( HDLN handle, uint8_t port, uint32_t period );
A handle to the DLN-series adapter.
A number of the UART port to be configured.
Defines the event period for event in ms.
The operation completed successfully and event period has been set.