Searched defs:DataTerminalReady (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp262 * @param DataTerminalReady Set to true if this control line should be made active.
264 static DECLCALLBACK(int) drvCharSetModemLines(PPDMICHARCONNECTOR pInterface, bool RequestToSend, bool DataTerminalReady) argument
H A DDrvHostSerial.cpp985 * @param DataTerminalReady Set to true if this control line should be made active.
987 static DECLCALLBACK(int) drvHostSerialSetModemLines(PPDMICHARCONNECTOR pInterface, bool RequestToSend, bool DataTerminalReady) argument
1000 if (DataTerminalReady)
1017 if (DataTerminalReady)

Completed in 73 milliseconds