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

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp261 * @param RequestToSend 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.cpp984 * @param RequestToSend Set to true if this control line should be made active.
987 static DECLCALLBACK(int) drvHostSerialSetModemLines(PPDMICHARCONNECTOR pInterface, bool RequestToSend, bool DataTerminalReady) argument
995 if (RequestToSend)
1012 if (RequestToSend)

Completed in 47 milliseconds