UART DTR Signal Event capture

Are you able to monitor DTR pin change with these functions?
Checked enum defination for PIN:

typedef enum
{
ADL_PORT_SIGNAL_CTS,
ADL_PORT_SIGNAL_DSR,
ADL_PORT_SIGNAL_LAST
}adl_portSignal_e;

Thanks