What type of CDC class-specific request is used to read the virtual handshaking signals?
According with this document http://www.ti.com/lit/ug/spmu020o/spmu020o.pdf request USBD_CDC_EVENT_SET_CONTROL_LINE_STATE is used to set DTR & RTS signals. However in this document doesn't describe the type of request to read state of CTS, DSR, RI, DCD signals. Also no information about the type of structure / bit mask for reading signals.
Could you guide me how to translate state of this siglans to host. Is there a newer and more complete document that describes these points?