The DlnUartEnableEvent() function enables UART event for specified UART port.This function is defined in the dln_uart.h file.
DlnUartEnableEvent()
dln_uart.h
DLN_RESULT DlnUartEnableEvent( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the UART port.
The operation completed successfully and events for UART port were enabled.