The DlnUartDisableEvent() function disables UART events for specified UART port.This function is defined in the dln_uart.h file.
DlnUartDisableEvent()
dln_uart.h
DLN_RESULT DlnUartDisableEvent( 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 disabled.