This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129XNCZAD: USB CDC device class-specific request to read the virtual handshaking signals (CTS, DSR, RI, DCD)

Part Number: TM4C129XNCZAD

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?