The DlnUartGetEventSize() function retrieves the current event size value.This function is defined in the dln_uart.h file.
DlnUartGetEventSize()
dln_uart.h
DLN_RESULT DlnUartGetEventSize( HDLN handle, uint8_t port, uint16_t *size );
A handle to the DLN-series adapter.
A number of the UART port.
The pointer to uint16_t type variable. Variable will be filled with the current event size value after function execution.
The operation completed successfully and event size has been retrieved.